feat: fix radicale htpasswd file;
This commit is contained in:
parent
22df8d4baa
commit
6baa4450f1
3 changed files with 6 additions and 4 deletions
|
|
@ -158,6 +158,7 @@
|
|||
"secrets/token-flurry".file = ../../secrets/github/flurry.age;
|
||||
"secrets/token-nixconf".file = ../../secrets/github/nixconf.age;
|
||||
"secrets/nix-store-key".file = ../../secrets/nix-serve/private.age;
|
||||
"secrets/radicale".file = ../../secrets/radicale/htpasswd.age;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -201,7 +202,7 @@
|
|||
server.hosts = [ "[::1]:29341" ];
|
||||
auth = {
|
||||
type = "htpasswd";
|
||||
htpasswd_filename = "/var/radicale_users";
|
||||
htpasswd_filename = config.age.secrets."secrets/radicale".path;
|
||||
htpasswd_encryption = "bcrypt";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue