Commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ den, ... }:
|
||||
{
|
||||
lux.services._.radicale = den.lib.exactly {
|
||||
lux.services._.radicale = den.lib.parametric.exactly {
|
||||
includes = [
|
||||
(
|
||||
{ host, ... }:
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
auth = {
|
||||
type = "htpasswd";
|
||||
htpasswd_filename = config.sops.secrets.radicale-users.path;
|
||||
htpasswd_filename = "/var/lib/radicale/users";
|
||||
htpasswd_encryption = "bcrypt";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user