feat(meta): use manifest to define system configurations
This commit is contained in:
parent
96321d4026
commit
084caa727b
18 changed files with 125 additions and 131 deletions
|
@ -6,11 +6,11 @@
|
|||
}:
|
||||
let
|
||||
cfg = config.flake;
|
||||
inherit (cfg.paths) secrets;
|
||||
inherit (builtins) readFile;
|
||||
inherit (lib.meta) getExe;
|
||||
inherit (lib.strings) trim;
|
||||
inherit (cfg.admin) username pubkey;
|
||||
inherit (cfg.paths) secrets;
|
||||
inherit (config.manifest.admin) username pubkey;
|
||||
in
|
||||
{
|
||||
flake.modules = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue