diff options
Diffstat (limited to 'roles/shared.nix')
| -rw-r--r-- | roles/shared.nix | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/roles/shared.nix b/roles/shared.nix index e5372e7..483f45b 100644 --- a/roles/shared.nix +++ b/roles/shared.nix @@ -158,8 +158,8 @@ allowedTCPPorts = [ 22 443 - 5353 ]; + allowedUDPPorts = [ 5353 ]; }; wireless.iwd = { enable = true; @@ -175,8 +175,8 @@ }; useNetworkd = true; nameservers = [ - "2001:14ba:a302:1e29::1#adguard.tammi.cc" - "88.148.149.225#adguard.tammi.cc" + "2001:14ba:a303:1713::1#adguard.tammi.cc" + "87.94.150.140#adguard.tammi.cc" ]; }; @@ -341,7 +341,9 @@ nixfmt-rfc-style shaderc.dev shaderc.static + sshpass busybox + wireguard-tools vulkan-headers vulkan-loader vulkan-tools @@ -597,16 +599,6 @@ }; services = { - avahi = { - enable = true; - nssmdns4 = true; - nssmdns6 = true; - openFirewall = true; - publish = { - enable = true; - userServices = true; - }; - }; fprintd.enable = true; pipewire = { enable = true; |
