diff options
| author | Max Audron <audron@cocaine.farm> | 2024-02-07 20:10:34 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-02-07 20:10:34 +0100 |
| commit | bf1be34acb4cb24373c2b9f6aff3a1251e06a181 (patch) | |
| tree | 13535b7dc669bd7b9c21d33c667289857be7ae48 /modules/common/networking.nix | |
| parent | remove k8s from phaenn (diff) | |
enable dhcpcd ipv6rs
Diffstat (limited to 'modules/common/networking.nix')
| -rw-r--r-- | modules/common/networking.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common/networking.nix b/modules/common/networking.nix index 5281403..f6e0bdf 100644 --- a/modules/common/networking.nix +++ b/modules/common/networking.nix @@ -8,6 +8,7 @@ interfaces.eth0.useDHCP = true; nameservers = [ "1.1.1.1" "8.8.8.8" ]; + dhcpcd.IPv6rs = true; dhcpcd.extraConfig = '' nohook resolv.conf ''; |
