enable ipv6

This commit is contained in:
2024-07-06 11:06:05 -06:00
parent 3cc3a378cb
commit 3c0166c2cd
3 changed files with 7 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
options.my.services.network.enable = lib.mkEnableOption "enable";
config = lib.mkIf config.my.services.network.enable {
networking = {
enableIPv6 = false;
enableIPv6 = true;
firewall.enable = true;
networkmanager.enable = true;
extraHosts = ''