forked from wurzel/fruitbasket
quitte: move back to bare-metal
Das Proxmox ist tot. Lang lebe NixOS!
This commit is contained in:
parent
e18a99c452
commit
f2af8d0a75
5 changed files with 42 additions and 38 deletions
|
@ -13,9 +13,6 @@ in
|
|||
domain = "ifsr.de";
|
||||
hostName = "quitte";
|
||||
rDNS = config.networking.fqdn;
|
||||
enableIPv6 = true;
|
||||
useDHCP = true;
|
||||
interfaces.ens18.useDHCP = true;
|
||||
useNetworkd = true;
|
||||
nftables.enable = true;
|
||||
|
||||
|
@ -23,7 +20,6 @@ in
|
|||
allowedUDPPorts = [ wireguard_port ];
|
||||
logRefusedConnections = false;
|
||||
};
|
||||
wireguard.enable = true;
|
||||
};
|
||||
|
||||
services.resolved = {
|
||||
|
@ -37,7 +33,7 @@ in
|
|||
|
||||
# Interfaces on the machine
|
||||
networks."10-wired-default" = {
|
||||
matchConfig.Name = "ens18";
|
||||
matchConfig.Name = "enp65s0f0np0";
|
||||
|
||||
address = [ "141.30.30.169/25" ];
|
||||
routes = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue