This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-08-25 13:17:47 +02:00
parent 5c9d924606
commit dbf3b87b2d
6 changed files with 840 additions and 806 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, ... }@all: with all; {
sops.secrets = {
"nx2site/radicale/password" = { };
};
}