This commit is contained in:
muon 2025-01-27 20:26:56 +00:00
parent 7d6b69cd46
commit 40888c390e
6 changed files with 57 additions and 3 deletions

View file

@ -10,5 +10,9 @@ in with lib; {
owner = "zipline";
group = "zipline";
};
secrets.htpasswd = mkIf cfg.server.cal.enable {
owner = "radicale";
group = "radicale";
};
};
}