Codroipo
This commit is contained in:
parent
c49c7d0196
commit
021ee17f1b
18 changed files with 175 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue