mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: move sdImage module into per-host configuration
This commit is contained in:
parent
8c3502818c
commit
6e33ca95eb
2 changed files with 7 additions and 8 deletions
|
|
@ -144,13 +144,7 @@ in
|
|||
};
|
||||
};
|
||||
# Raspberry Pi 4
|
||||
hydrogen = {
|
||||
system = "aarch64-linux";
|
||||
extraNixOSConfig.imports = [
|
||||
# Uncomment to generate a sdImage
|
||||
(inputs.nixpkgs + "/nixos/modules/installer/sd-card/sd-image-aarch64.nix")
|
||||
];
|
||||
};
|
||||
hydrogen.system = "aarch64-linux";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue