cosmic
This commit is contained in:
parent
1bde6e75f0
commit
8002a8f725
7 changed files with 149 additions and 65 deletions
4
lib.nix
4
lib.nix
|
@ -28,7 +28,7 @@ lib: _: {
|
|||
|
||||
genNixosConfigurations = {
|
||||
inputs,
|
||||
extraModules,
|
||||
extraModules ? _: [],
|
||||
}: let
|
||||
commonDir = ./common;
|
||||
classesDir = ./classes;
|
||||
|
@ -54,7 +54,7 @@ lib: _: {
|
|||
++ [
|
||||
{networking.hostName = lib.mkDefault name;}
|
||||
]
|
||||
++ extraModules;
|
||||
++ (extraModules {inherit class name;});
|
||||
};
|
||||
|
||||
dirsIn = dir:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue