snowflake/hosts/sora/services/gotify.nix
2023-09-19 16:02:44 -04:00

8 lines
118 B
Nix

_: {
networking.firewall.allowedTCPPorts = [3000];
services.gotify = {
enable = true;
port = 3000;
};
}