feat: add wip for 'sd-image-aarch64' image
This commit is contained in:
9
images/sd-image-aarch64.nix
Normal file
9
images/sd-image-aarch64.nix
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user