Commit be802c6cdd93

Vincent Demeester <vincent@sbr.pm>
2020-04-26 13:32:44
Set networking.useDHCP to false on okinawa
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4a91869
Changed files (1)
tmp
nixos-configuration
tmp/nixos-configuration/machine/okinawa.nix
@@ -8,6 +8,7 @@ with import ../assets/machines.nix; {
   networking = {
     firewall.enable = false; # we are in safe territory :D
     bridges.br1.interfaces = [ "enp0s31f6" ];
+    networking.useDHCP = false;
     interfaces.enp0s31f6 = {
       useDHCP = true;
     };
@@ -59,7 +60,7 @@ with import ../assets/machines.nix; {
     nix-binary-cache = {
       enable = true;
       domain = "nix.cache.home";
-      aliases = ["cache.massimo.home" "nix.okinawa.home"];
+      aliases = [ "cache.massimo.home" "nix.okinawa.home" ];
     };
     syncthing.guiAddress = "0.0.0.0:8384";
     tarsnap = {