mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 12:19:12 +00:00
hosts/plover: update IPv6 address for main network interface
This commit is contained in:
parent
382a5e6939
commit
1bb128401e
@ -40,12 +40,13 @@ in
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
enableIPv6 = true;
|
||||
usePredictableInterfaceNames = true;
|
||||
useNetworkd = true;
|
||||
|
||||
# We're using networkd to configure so we're disabling this
|
||||
# service.
|
||||
useDHCP = false;
|
||||
dhcpcd.enable = false;
|
||||
};
|
||||
|
||||
@ -66,7 +67,7 @@ in
|
||||
|
||||
# The public IPv6 is assigned to a server so we'll to have to go with
|
||||
# something else.
|
||||
"${publicIPv6}1/${toString publicIPv6PrefixLength}"
|
||||
"${publicIPv6}2/${toString publicIPv6PrefixLength}"
|
||||
];
|
||||
|
||||
networkConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user