fixed bugs with cirrostratus.
This commit is contained in:
parent
fa96291493
commit
f37f68c70e
7 changed files with 36 additions and 15 deletions
|
@ -11,7 +11,7 @@
|
|||
auth = {
|
||||
type = "htpasswd";
|
||||
htpasswd_encryption = "md5";
|
||||
htpasswd_filename = "${inputs.nix-secrets}/radicale-users";
|
||||
htpasswd_filename = config.sops.secrets.radicale-users.path;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue