7 lines
118 B
Nix
7 lines
118 B
Nix
_: {
|
|
networking.firewall.allowedTCPPorts = [3000];
|
|
services.gotify = {
|
|
enable = true;
|
|
port = 3000;
|
|
};
|
|
}
|