Added base nexcloud

This commit is contained in:
Jurn Wubben 2025-07-25 14:40:16 +02:00
parent aff6ae1ab3
commit f47eb458ee
5 changed files with 132 additions and 0 deletions

View file

@ -42,5 +42,9 @@ in {
file = ./immich-oidc.age;
owner = abstrServiceUser "immich";
};
nextcloud-admin-pass = mkIf server {
file = ./nextcloud-admin-pass.age;
owner = "nextcloud";
};
};
}