mirror of
https://github.com/sstent/NixOS_ARM_SDImages.git
synced 2025-12-06 06:01:42 +00:00
Create sd-image.nix
This commit is contained in:
10
sd-image.nix
Normal file
10
sd-image.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }: {
|
||||
nixpkgs.crossSystem.system = "armv7l-linux";
|
||||
imports = [
|
||||
<nixpkgs/nixos/modules/installer/sd-card/sd-image-armv7l-multiplatform.nix>
|
||||
];
|
||||
# put your own configuration here, for example ssh keys:
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1.... username@tld"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user