Begin adding support for setting unix password for users
This commit is contained in:
parent
a7339120a0
commit
57c4fd3d35
2 changed files with 15 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
./ssh-host.nix
|
||||
./loki-mtls.nix
|
||||
./prometheus-mtls.nix
|
||||
./unix-users.nix
|
||||
];
|
||||
khscodes.infrastructure.vault-server-approle.path = "\${ vault_auth_backend.approle.path }";
|
||||
khscodes.infrastructure.provisioning.post.modules = [
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
khscodes.infrastructure.provisioning.post.modules = [
|
||||
{
|
||||
khscodes.vault.mount.unix-users = {
|
||||
type = "kv";
|
||||
path = "unix-users";
|
||||
options = {
|
||||
version = "2";
|
||||
};
|
||||
description = "Secrets used for forgejo";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue