From 75b2efc19cce3a04304cdadde702d64c13d4be60 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 22:29:59 -0500 Subject: [PATCH] 129 current 2025-10-08 22:29:19 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- hosts/snowbelle/configuration.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 51cd964..2773688 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 128 current 2025-10-08 22:26:48 25.05.20251006.20c4598 6.12.50 * +# generation: 129 current 2025-10-08 22:29:19 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 3b7e835..4296771 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -74,7 +74,6 @@ vlan.interface-name = "enp89s0.69"; # or just "vpn-vlan" vlan.parent = "enp89s0"; vlan.id = 69; - ipv4.never-default = true; # prevent setting a default route ipv4.ignore-auto-dns = false; # inherit dns }; };