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
|
@ -4,7 +4,7 @@ let
|
|||
inherit (config.flake.lib.options) mkStrOption mkPathOption;
|
||||
inherit (config.flake.lib.services) mkRootDomain;
|
||||
inherit (config.flake.paths) secrets;
|
||||
inherit (config.flake.admin) email;
|
||||
inherit (config.manifest.admin) email;
|
||||
inherit (lib.types) listOf submodule attrs;
|
||||
inherit (lib.options) mkOption mkEnableOption;
|
||||
inherit (lib.modules) mkMerge mkIf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue