feat: add wip for 'sd-image-aarch64' image

This commit is contained in:
2026-01-31 19:06:39 +01:00
parent 02f28ab1df
commit c316fe1bda
2 changed files with 36 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
# see <https://nixos.wiki/wiki/NixOS_on_ARM#Build_your_own_image_natively>
{
imports = [
../modules/ssh/hardened-openssh.nix
];
ssh.username = "root";
}