fix some stuff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user