fix(ssh): harden ARM SD installer image SSH
This commit is contained in:
@@ -37,7 +37,10 @@ in
|
|||||||
|
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh = {
|
||||||
|
enable = true;
|
||||||
|
harden = true;
|
||||||
|
};
|
||||||
|
|
||||||
# sdImage.postBuildCommands =
|
# sdImage.postBuildCommands =
|
||||||
# let
|
# let
|
||||||
|
|||||||
Reference in New Issue
Block a user