chore: Refactor meta to a module architecture
Get rid of the weird half nix half module stuff.
This commit is contained in:
parent
9d24c766f3
commit
e0759140cc
39 changed files with 712 additions and 663 deletions
|
@ -5,6 +5,7 @@
|
|||
{
|
||||
lib,
|
||||
sources,
|
||||
dgn-keys,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -68,6 +69,9 @@ in
|
|||
meta = {
|
||||
organization.groups.root = [ ];
|
||||
};
|
||||
dgn-keys = dgn-keys // {
|
||||
getNodeAdmins = _: [ ];
|
||||
};
|
||||
};
|
||||
path-translations = [
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: EUPL-1.2
|
||||
|
||||
(import ../../../../../keys).mkSecrets
|
||||
(import ../../../../../keys.nix).mkSecrets
|
||||
[ "compute01" ]
|
||||
[
|
||||
"kanidm-password_admin"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: EUPL-1.2
|
||||
|
||||
(import ../../../../keys).mkSecrets
|
||||
(import ../../../../keys.nix).mkSecrets
|
||||
[ "compute01" ]
|
||||
[
|
||||
# List of secrets for compute01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue