fix some stuff

This commit is contained in:
mjallen18
2025-07-24 10:31:50 -05:00
parent 3c1a956c81
commit b77dda0e6f
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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";