feat(attic): enable IPv6 router solicitation via dhcpcd

- Set `networking.dhcpcd.IPv6rs` to `true` in `default.nix` to support IPv6 router solicitation.
- Ensures better compatibility with networks requiring IPv6 RA for configuration.
This commit is contained in:
Harald Hoyer 2026-03-25 10:04:11 +01:00
parent f2cc004192
commit 95bc8f3c70

View file

@ -33,6 +33,7 @@
security.tpm2.abrmd.enable = false; security.tpm2.abrmd.enable = false;
networking.wireless.enable = false; networking.wireless.enable = false;
networking.dhcpcd.IPv6rs = true;
networking.firewall.allowedTCPPorts = [ 8080 ]; networking.firewall.allowedTCPPorts = [ 8080 ];
networking.firewall.allowPing = true; networking.firewall.allowPing = true;