mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Working Pi with Cage
This commit is contained in:
parent
1c2414c595
commit
4727b78cd6
6 changed files with 156 additions and 56 deletions
|
|
@ -182,5 +182,11 @@
|
|||
additionalSpecialArgs = {};
|
||||
};
|
||||
}; # end homeConfigurations
|
||||
|
||||
packages.aarch64-linux.kiosk-gene-desk-sdImage = (self.nixosConfigurations.kiosk-gene-desk.extendModules {
|
||||
modules = [
|
||||
"${inputs.nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64.nix"
|
||||
];
|
||||
}).config.system.build.sdImage;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue