iso: open SSH port in firewall

This commit is contained in:
Benjamin Yule Bädorf 2024-05-26 19:08:04 +02:00
parent 6d62c706e9
commit 948460ffc5
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -6,4 +6,5 @@
isoImage.squashfsCompression = "gzip -Xcompression-level 1";
systemd.services.sshd.wantedBy = lib.mkForce [ "multi-user.target" ];
networking.networkmanager.enable = false;
services.openssh.openFirewall = lib.mkForce true;
}