mirror of
https://github.com/sstent/nixos-cluster.git
synced 2025-12-06 06:01:54 +00:00
addin ssh key
This commit is contained in:
@@ -8,11 +8,37 @@
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [4646 4647 4648 8123 80 443 8443];
|
||||
allowedUDPPorts = [4646 4647 4648 8123 80 443 8443];
|
||||
allowedTCPPorts = [4646 4647 4648 8123 80 443 8080
|
||||
8081
|
||||
8443
|
||||
8843
|
||||
8880
|
||||
6789
|
||||
3478
|
||||
1900
|
||||
10001];
|
||||
allowedUDPPorts = [4646 4647 4648 8123 80 443 8080
|
||||
8081
|
||||
8443
|
||||
8843
|
||||
8880
|
||||
6789
|
||||
3478
|
||||
1900
|
||||
10001];
|
||||
trustedInterfaces = ["docker0"];
|
||||
};
|
||||
|
||||
|
||||
8080
|
||||
8081
|
||||
8443
|
||||
8843
|
||||
8880
|
||||
6789
|
||||
3478
|
||||
1900
|
||||
10001
|
||||
#
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /mnt/configs/postgres 0770 999 999 -"
|
||||
|
||||
Reference in New Issue
Block a user