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