fix autopull (#79)

* fix autopull

* add deadnix

* fix git
This commit is contained in:
Dennis
2024-02-06 23:58:33 +01:00
committed by GitHub
parent 3b70b4ea60
commit 52c421a45f
5 changed files with 9 additions and 8 deletions

View File

@ -97,8 +97,8 @@
autopull = {
enable = true;
path = /root/dotfiles;
ssh-key = "/root/.ssh/id_ed25519_ghdeploy";
path = /root/dotfiles;
};
};
@ -176,7 +176,7 @@
enable = true;
randomizedDelaySec = "1h";
persistent = true;
flake = "git+ssh://git@github.com/RAD-Development/nix-dotfiles";
flake = "github:RAD-Development/nix-dotfiles";
};
};
}

View File

@ -2,6 +2,7 @@
time.timeZone = "America/New_York";
console.keyMap = "us";
systemd.services.hydra-notify.serviceConfig.EnvironmentFile = config.sops.secrets."hydra/environment".path;
programs.git.lfs.enable = false;
networking = {
hostId = "dc2f9781";
firewall.enable = false;
@ -81,8 +82,6 @@
nfs.server.enable = true;
openssh.ports = [ 666 ];
smartd.enable = true;
git.lfs.enable = false;
zfs = {
trim.enable = true;
autoScrub.enable = true;