radicale fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ config, domain, ... }:
|
||||
{
|
||||
sops.secrets = {
|
||||
"nx2site/radicale-htpasswd" = {
|
||||
"nx2site/radicale/htpasswd" = {
|
||||
owner = "radicale";
|
||||
};
|
||||
};
|
||||
@@ -20,7 +20,7 @@
|
||||
];
|
||||
auth = {
|
||||
type = "htpasswd";
|
||||
htpasswd_filename = config.sops.secrets."nx2site/radicale-htpasswd".path;
|
||||
htpasswd_filename = config.sops.secrets."nx2site/radicale/htpasswd".path;
|
||||
htpasswd_encryption = "bcrypt";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user