1
0

Compare commits

..

No commits in common. "fcb7057b9d8764fbd0b2ffd39c0a0bcc57cee800" and "e5d1e11b315172494d9b7634eb71c34438b02da5" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -48,7 +48,6 @@
interface = "enp1s0"; interface = "enp1s0";
}; };
networking.interfaces."enp1s0.201".ipv6.addresses = [ networking.interfaces."enp1s0.201".ipv6.addresses = [
{ address = "fe80::1"; prefixLength = 64; }
{ address = "fd00:152:152:4::1"; prefixLength = 64; } { address = "fd00:152:152:4::1"; prefixLength = 64; }
{ address = "2001:4cd8:100:1337::1"; prefixLength = 64; } # public IPs for local network { address = "2001:4cd8:100:1337::1"; prefixLength = 64; } # public IPs for local network
{ address = "2a01:4f8:1c0c:8221::1"; prefixLength = 64; } # public IPs for services { address = "2a01:4f8:1c0c:8221::1"; prefixLength = 64; } # public IPs for services

View File

@ -15,11 +15,8 @@
networking.hostName = "palladium"; networking.hostName = "palladium";
networking.useDHCP = false; networking.useDHCP = false;
networking.interfaces.enp3s0.ipv6.addresses = [ networking.interfaces.enp3s0.ipv6.addresses = [ { address = "2a01:4f8:1c0c:8221::11"; prefixLength = 64; } ];
{ address = "fd00:152:152:4::11"; prefixLength = 64; } networking.defaultGateway6 = { address = "2a01:4f8:1c0c:8221::1"; interface = "enp3s0"; };
{ address = "2001:4cd8:100:1337::11"; prefixLength = 64; }
];
networking.defaultGateway6 = { address = "fe80::1"; interface = "enp3s0"; };
networking.nameservers = [ "fd00:152:152::1" ]; networking.nameservers = [ "fd00:152:152::1" ];
# Keeping the harddrives quiet # Keeping the harddrives quiet