diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-06-19 03:11:01 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-06-19 03:11:01 -0700 |
commit | ff6376207b899352ed9b31440570a4c85f51d832 (patch) | |
tree | 040eb4dcb66380c5eafc3292fe4f85c616451e89 /hosts | |
parent | 3fa37bbc1f4f27c974b1030e179298e8cb852a43 (diff) | |
download | nix-ff6376207b899352ed9b31440570a4c85f51d832.tar nix-ff6376207b899352ed9b31440570a4c85f51d832.tar.gz nix-ff6376207b899352ed9b31440570a4c85f51d832.tar.bz2 nix-ff6376207b899352ed9b31440570a4c85f51d832.tar.lz nix-ff6376207b899352ed9b31440570a4c85f51d832.tar.xz nix-ff6376207b899352ed9b31440570a4c85f51d832.tar.zst nix-ff6376207b899352ed9b31440570a4c85f51d832.zip |
Fix darkstar LAN settings
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/darkstar/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/darkstar/default.nix b/hosts/darkstar/default.nix index 54f1e13..e7ec09c 100644 --- a/hosts/darkstar/default.nix +++ b/hosts/darkstar/default.nix @@ -42,7 +42,7 @@ networking = { hostId = "f9ca5efe"; hostName = "darkstar"; - defaultGateway = "192.168.1.1"; + #defaultGateway = "192.168.1.1"; domain = "bitgnome.net"; firewall = { allowedTCPPorts = [ @@ -55,7 +55,7 @@ interfaces = { enp116s0 = { ipv4.addresses = [ - { address = "192.168.1.16"; prefixLength = 24; } + { address = "192.168.1.1"; prefixLength = 24; } ]; }; vlan201 = { |