fix(soft-serve): allow port through firewall

This commit is contained in:
Infinidoge 2022-02-21 12:37:05 -05:00
parent 743adca253
commit 8e70f3e45a

View file

@ -32,5 +32,7 @@ in
script = "${pkgs.soft-serve}/bin/soft";
serviceConfig.Type = "exec";
};
networking.firewall.allowedTCPPorts = [ cfg.port ];
};
}