Commit 2bd82f069d10
Changed files (2)
machine
machine/carthage.nix
@@ -5,13 +5,13 @@ with import ../assets/machines.nix; {
../networking.nix # generated at runtime by nixos-infect
];
time.timeZone = "Europe/Paris";
- profiles.nix-config.localCaches = [];
boot = {
cleanTmpDir = true;
loader.grub.enable = true;
};
profiles = {
git.enable = true;
+ nix-config.localCaches = [];
ssh.enable = true;
syncthing.enable = true;
};
machine/kerkouane.nix
@@ -3,13 +3,13 @@
with import ../assets/machines.nix; {
imports = [ ../networking.nix ];
time.timeZone = "Europe/Paris";
- profiles.nix-config.localCaches = [];
boot = {
cleanTmpDir = true;
loader.grub.enable = true;
};
profiles = {
git.enable = true;
+ nix-config.localCaches = [];
ssh.enable = true;
wireguard.server.enable = true;
};