From b77dda0e6ff3032edc023a97a61d21c97b983c82 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 24 Jul 2025 10:31:50 -0500 Subject: [PATCH] fix some stuff --- systems/x86_64-linux/nuc/default.nix | 1 + systems/x86_64-linux/nuc/networking.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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";