iso: open SSH port in firewall
This commit is contained in:
parent
6d62c706e9
commit
948460ffc5
|
@ -6,4 +6,5 @@
|
||||||
isoImage.squashfsCompression = "gzip -Xcompression-level 1";
|
isoImage.squashfsCompression = "gzip -Xcompression-level 1";
|
||||||
systemd.services.sshd.wantedBy = lib.mkForce [ "multi-user.target" ];
|
systemd.services.sshd.wantedBy = lib.mkForce [ "multi-user.target" ];
|
||||||
networking.networkmanager.enable = false;
|
networking.networkmanager.enable = false;
|
||||||
|
services.openssh.openFirewall = lib.mkForce true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue