refactor: move secrets off-shore
This commit is contained in:
parent
0ecc1cbf40
commit
d3d0ae8fcb
23 changed files with 231 additions and 179 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
keys,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
|
|
@ -7,6 +6,7 @@
|
|||
inherit (lib) mkIf;
|
||||
inherit (config.ooknet.host) admin;
|
||||
inherit (config.networking) hostName;
|
||||
inherit (config.ooknet.secrets) keys;
|
||||
|
||||
mkBuilderMachine = {
|
||||
host,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue