diff --git a/modules/hosts/loptland/default.nix b/modules/hosts/loptland/default.nix index a064d80..94d724f 100644 --- a/modules/hosts/loptland/default.nix +++ b/modules/hosts/loptland/default.nix @@ -69,6 +69,11 @@ in useRoutingFeatures = "client"; }; + services.resolved = { + enable = true; + domains = [ "~." ]; + }; + networking.firewall.allowedTCPPorts = [ 3000 80