commit be802c6cdd9381abe0be04dbd405d26a93cbd3ab
parent 4a918699614600b4d23a4476f97ab7d7003b587c
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sun, 26 Apr 2020 13:32:44 +0200
Set networking.useDHCP to false on okinawa
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tmp/nixos-configuration/machine/okinawa.nix b/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 = {