127 current 2025-10-08 22:24:23 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 22:26:50 -05:00
parent 38ab3d07cb
commit 700dcfe444
2 changed files with 3 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: 126 current 2025-10-08 22:04:52 25.05.20251006.20c4598 6.12.50 * # generation: 127 current 2025-10-08 22:24:23 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -71,9 +71,10 @@
connection.type = "vlan"; connection.type = "vlan";
connection.id = "vpn"; connection.id = "vpn";
connection.interface-name = "enp89s0.69"; # or just "vpn-vlan" connection.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.never-default = true; # prevent setting a default route #ipv4.never-default = true; # prevent setting a default route
}; };
}; };
}; };