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