diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index f0ca9ee..f22fae8 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -74,7 +74,7 @@ vlan.interface-name = "enp89s0.69"; # or just "vpn-vlan" vlan.parent = "enp89s0"; vlan.id = 69; - ipv4.dns = [ "10.69.0.1" "9.9.9.9" ]; + ipv4.dns = "10.69.0.1" "9.9.9.9"; }; }; };