Commit 2bd82f069d10

Vincent Demeester <vincent@sbr.pm>
2018-12-21 16:27:32
machines: fix carthage/kerkouane configs
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 646e807
Changed files (2)
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;
   };