Commit 9e0376190266
Changed files (2)
machine
machine/carthage.nix
@@ -11,10 +11,8 @@ with import ../assets/machines.nix; {
};
profiles = {
git.enable = true;
- nix-config = {
- autoUpgrade = false;
- localCaches = [];
- };
+ nix-config.localCaches = [];
+ nix-auto-update.autoUpgrade = false;
ssh.enable = true;
syncthing.enable = true;
};
machine/kerkouane.nix
@@ -9,10 +9,8 @@ with import ../assets/machines.nix; {
};
profiles = {
git.enable = true;
- nix-config = {
- autoUpgrade = false;
- localCaches = [];
- };
+ nix-config.localCaches = [];
+ nix-auto-update.autoUpgrade = false;
ssh.enable = true;
wireguard.server.enable = true;
};