snowflake/hosts/sora/services/gotify.nix

8 lines
118 B
Nix
Raw Normal View History

2023-09-19 16:02:44 -04:00
_: {
networking.firewall.allowedTCPPorts = [3000];
services.gotify = {
enable = true;
port = 3000;
};
}