diff --git a/systems/x86_64-linux/nuc/default.nix b/systems/x86_64-linux/nuc/default.nix index c1b66f9..f7e465a 100644 --- a/systems/x86_64-linux/nuc/default.nix +++ b/systems/x86_64-linux/nuc/default.nix @@ -23,6 +23,7 @@ ${namespace} = { services.home-assistant.enable = true; hardware.disko.enable = true; + network.hostName = "nuc-nixos"; }; # Enable nix flakes and nix-command tools diff --git a/systems/x86_64-linux/nuc/networking.nix b/systems/x86_64-linux/nuc/networking.nix index 4ed699c..4c1343b 100755 --- a/systems/x86_64-linux/nuc/networking.nix +++ b/systems/x86_64-linux/nuc/networking.nix @@ -25,7 +25,7 @@ in id = "Joey's Jungle 6G"; type = "wifi"; }; - ipv4 = { + ipv4 = lib.mkForce { address1 = "10.0.1.4/24"; dns = "10.0.1.1"; gateway = "10.0.1.1";