fix: maybe give radicale a seperate path
This commit is contained in:
parent
5fc7d9d957
commit
889bfa67e9
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue