10 lines
165 B
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";
|
|
}
|