130 current 2025-10-08 22:29:57 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 22:30:59 -05:00
parent 75b2efc19c
commit 66709ba136
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 129 current 2025-10-08 22:29:19 25.05.20251006.20c4598 6.12.50 * # generation: 130 current 2025-10-08 22:29:57 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -74,7 +74,7 @@
vlan.interface-name = "enp89s0.69"; # or just "vpn-vlan" vlan.interface-name = "enp89s0.69"; # or just "vpn-vlan"
vlan.parent = "enp89s0"; vlan.parent = "enp89s0";
vlan.id = 69; vlan.id = 69;
ipv4.ignore-auto-dns = false; # inherit dns #ipv4.ignore-auto-dns = false; # inherit dns
}; };
}; };
}; };