126 current 2025-10-08 22:04:52 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -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: 125 current 2025-10-08 21:31:26 25.05.20251006.20c4598 6.12.50 *
|
# generation: 126 current 2025-10-08 22:04:52 25.05.20251006.20c4598 6.12.50 *
|
||||||
{
|
{
|
||||||
description = "blakes nix config";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -63,8 +63,20 @@
|
|||||||
networking = {
|
networking = {
|
||||||
hostName = "snowbelle"; # hostname
|
hostName = "snowbelle"; # hostname
|
||||||
hostId = "3e6e7055"; # zfs wants this
|
hostId = "3e6e7055"; # zfs wants this
|
||||||
networkmanager.enable = true; # the goat
|
networkmanager = {
|
||||||
networkmanager.dns = "systemd-resolved"; # the backup dancer!
|
enable = true; # the goat
|
||||||
|
dns = "systemd-resolved"; # the backup dancer!
|
||||||
|
ensureProfiles.profiles = {
|
||||||
|
vpn = {
|
||||||
|
connection.type = "vlan";
|
||||||
|
connection.id = "vpn";
|
||||||
|
connection.interface-name = "enp89s0.69"; # or just "vpn-vlan"
|
||||||
|
vlan.parent = "enp89s0";
|
||||||
|
vlan.id = 69;
|
||||||
|
ipv4.never-default = true; # prevent setting a default route
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user