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