all repos — nixfiles @ f5785c7356f7538306397493b33c859f05886c35

System and user configuration, managed by nix and home-manager

prefect: enable SSH

Alan Pearce
commit

f5785c7356f7538306397493b33c859f05886c35

parent

88661823ed8563dafa4f8304e537f4ae5d9c2341

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M system/prefect.nixsystem/prefect.nix
@@ -73,6 +73,11 @@ '';
}; networking.firewall.allowedTCPPorts = [ config.services.postgresql.port ]; + services.openssh = { + enable = true; + openFirewall = false; + startWhenNeeded = true; + }; networking.firewall.extraCommands = '' iptables -A nixos-fw -p udp --source 172.30.44.0/24 -j nixos-fw-accept iptables -A nixos-fw -p tcp --source 172.30.44.0/24 -j nixos-fw-accept