Open ports for woodpecker

This commit is contained in:
Erwin Boskma 2023-08-19 19:40:54 +02:00
parent 2a46379fa9
commit c9d022f542
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -33,5 +33,6 @@ in
environment.systemPackages = [ pkgs.woodpecker-cli ];
networking.firewall.allowedTCPPorts = [ 8100 9000 ];
};
}