mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
refactor: restructure project to remove profiles, users, ...
This commit is contained in:
parent
cb3ae5f434
commit
53655a05fc
177 changed files with 544 additions and 2877 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, tf, lib, pkgs, ... }:
|
||||
{ meta, config, tf, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
|
|
@ -189,7 +189,7 @@ in
|
|||
};
|
||||
};
|
||||
})
|
||||
(mkIf config.deploy.profile.trusted (import config.kw.secrets.repo.znc.source))
|
||||
(mkIf (meta.trusted ? secrets) (import config.kw.secrets.repo.znc.source))
|
||||
];
|
||||
configFile = config.secrets.files.znc-config.path;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue