wip on new module system, copied secrets over
This commit is contained in:
parent
25e9d06354
commit
7f5e4a0d93
126 changed files with 2722 additions and 30 deletions
|
@ -144,7 +144,7 @@
|
|||
flakeDir = ./.;
|
||||
publicsDir = ./publics;
|
||||
secretsDir = ./secrets;
|
||||
hostsDir = ./hosts;
|
||||
hostsDir = ./hosts_old;
|
||||
usersDir = ./users;
|
||||
};
|
||||
in
|
||||
|
@ -170,7 +170,7 @@
|
|||
path = lib.fileset.maybeMissing ./modules_old;
|
||||
recursive = true;
|
||||
}
|
||||
++ [ ./hosts/configuration.nix ];
|
||||
++ [ ./hosts_old/configuration.nix ];
|
||||
specialArgs = inputs // {
|
||||
inherit ylib;
|
||||
settings =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue