This commit is contained in:
Andrea Ciceri 2022-12-28 17:26:53 +01:00
parent c49c7d0196
commit 021ee17f1b
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
18 changed files with 175 additions and 16 deletions

View file

@ -6,6 +6,7 @@
nixosHardware,
nixpkgsUnstable,
preCommitHooks,
rock5b,
self,
...
}: let
@ -75,6 +76,11 @@
name = "beebox";
system = supportedSystems.x86_64-linux;
};
rock5b = mkConfiguration {
name = "rock5b";
system = supportedSystems.aarch64-linux;
modules = [rock5b.nixosModules.kernel rock5b.nixosModules.fan-control];
};
};
mkVmApp = system: configuration: let