Files
nix/images/sd-image-aarch64.nix

10 lines
165 B
Nix

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