nix-serve: open firewall port (for desko)

This commit is contained in:
colin 2022-09-14 18:19:56 -07:00
parent ee3793ad46
commit e9da458179

View File

@ -23,6 +23,7 @@ in
services.nix-serve = {
enable = true;
secretKeyFile = config.sops.secrets.nix_serve_privkey.path;
openFirewall = true; # not needed for servo; only desko
};
sops.secrets.nix_serve_privkey = {