fix: maybe give radicale a seperate path

This commit is contained in:
Noa Aarts 2024-10-22 09:17:58 +02:00
parent 5fc7d9d957
commit 889bfa67e9
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -141,7 +141,7 @@
"secrets/token-flurry".file = ../../secrets/github/flurry.age; "secrets/token-flurry".file = ../../secrets/github/flurry.age;
"secrets/token-nixconf".file = ../../secrets/github/nixconf.age; "secrets/token-nixconf".file = ../../secrets/github/nixconf.age;
"secrets/nix-store-key".file = ../../secrets/nix-serve/private.age; "secrets/nix-store-key".file = ../../secrets/nix-serve/private.age;
"secrets/radicale" = { "rsecrets/radicale" = {
file = ../../secrets/radicale/htpasswd.age; file = ../../secrets/radicale/htpasswd.age;
owner = "radicale"; owner = "radicale";
group = "radicale"; group = "radicale";
@ -179,7 +179,7 @@
server.hosts = [ "[::1]:29341" ]; server.hosts = [ "[::1]:29341" ];
auth = { auth = {
type = "htpasswd"; type = "htpasswd";
htpasswd_filename = config.age.secrets."secrets/radicale".path; htpasswd_filename = config.age.secrets."rsecrets/radicale".path;
htpasswd_encryption = "bcrypt"; htpasswd_encryption = "bcrypt";
}; };
}; };