mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-13 19:07:17 +00:00
addin ssh key
This commit is contained in:
@@ -6,9 +6,11 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [4646 4647 4648 8123 80 443 8443];
|
allowedTCPPorts = [4646 4647 4648 8123 80 443 8443];
|
||||||
allowedUDPPorts = [4646 4647 4648 8123 80 443 8443];
|
allowedUDPPorts = [4646 4647 4648 8123 80 443 8443];
|
||||||
|
trustedInterfaces = ["docker0"];
|
||||||
};
|
};
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user