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