From d82eb2d36630b03ccff68140d7c9275dcce6f3b7 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 22:36:48 -0500 Subject: [PATCH] 131 current 2025-10-08 22:30:57 25.05.20251006.20c4598 6.12.50 * --- hosts/snowbelle/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; };