diff --git a/hosts/haru/services/blocky.nix b/hosts/haru/services/blocky.nix index 24b3296..4148287 100644 --- a/hosts/haru/services/blocky.nix +++ b/hosts/haru/services/blocky.nix @@ -1,7 +1,9 @@ -{...}: { +{pkgs, ...}: { networking.firewall.allowedTCPPorts = [53 4000]; networking.firewall.allowedUDPPorts = [53]; + environment.systemPackages = [pkgs.blocky]; + services.blocky = { enable = true; settings = {