diff --git a/flake.nix b/flake.nix index b28d62d..3dc6dcb 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 133 current 2025-10-08 22:39:25 25.05.20251006.20c4598 6.12.50 * +# generation: 134 current 2025-10-08 22:40:11 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 187879f..5f2fdb5 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 = "9.9.9.9"; + #ipv4.dns = "9.9.9.9"; }; }; };