more wifi, more git, and more formatting

This commit is contained in:
2024-03-29 21:57:21 -04:00
committed by Alice Huston
parent b6936ba400
commit c32e3f9023
7 changed files with 17 additions and 24 deletions

View File

@ -36,12 +36,10 @@
};
};
services = {
autopull = {
enable = true;
ssh-key = "/root/.ssh/id_ed25519_ghdeploy";
path = /root/dotfiles;
};
services.autopull = {
enable = false;
ssh-key = "/root/.ssh/id_ed25519_ghdeploy";
path = /root/dotfiles;
};
programs.zsh = {