fix: unused secret
This commit is contained in:
parent
a9b1d69386
commit
af0e5ed742
1 changed files with 0 additions and 10 deletions
|
@ -1,15 +1,5 @@
|
||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
{
|
{
|
||||||
sops.secrets = {
|
|
||||||
"kanidm/ocis_android_secret" = {
|
|
||||||
owner = "kanidm";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
systemd.services.kanidm.serviceConfig = {
|
|
||||||
BindReadOnlyPaths = [
|
|
||||||
config.sops.secrets."kanidm/ocis_android_secret".path
|
|
||||||
];
|
|
||||||
};
|
|
||||||
services.kanidm.provision = {
|
services.kanidm.provision = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoRemove = true;
|
autoRemove = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue