1
0

hosts/web-2: Migrate secrets to sops

This commit is contained in:
2024-05-10 15:36:09 +02:00
parent f25723941b
commit e094afc4a0
7 changed files with 32 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
{ config, ... }:
{
age.secrets.radicale-htpasswd = {
sops.secrets.radicale-htpasswd = {
owner = "radicale";
group = "radicale";
};
@@ -14,7 +14,7 @@
};
auth = {
type = "htpasswd";
htpasswd_filename = config.age.secrets.radicale-htpasswd.path;
htpasswd_filename = config.sops.secrets.radicale-htpasswd.path;
htpasswd_encryption = "bcrypt";
};
storage = {