fix(ssh): harden ARM SD installer image SSH

This commit is contained in:
2026-02-01 22:57:04 +01:00
parent 0f7f9585b3
commit 1d5c1a7c2a

View File

@@ -37,7 +37,10 @@ in
security.sudo.wheelNeedsPassword = false;
services.openssh.enable = true;
services.openssh = {
enable = true;
harden = true;
};
# sdImage.postBuildCommands =
# let