diff --git a/nixos/configuration.nix b/nixos/configuration.nix index d26d0e0..1469763 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -34,12 +34,12 @@ hostName = "persephone"; networkmanager.enable = true; interfaces.wlan0.matchConfig.MACAddress = "ca:12:ab:3c:d5:a9"; - interfaces.wlan0.ipv4.addresses = [ - { - address = "192.168.1.100"; - prefixLength = 24; - } - ]; + # interfaces.wlan0.ipv4.addresses = [ + # { + # address = "192.168.1.100"; + # prefixLength = 24; + # } + # ]; ipv4.gateway = "192.168.1.1"; nameservers = [ "1.1.1.1" "8.8.8.8" ]; };