fixed conflicts

This commit is contained in:
chloe 2025-07-10 19:02:59 +02:00
parent 8cfb304e5c
commit 97094c32b9
6 changed files with 36 additions and 835 deletions

View file

@ -15,12 +15,12 @@
./nextcloud-network.nix
]; # adding caddy support
sops.secrets.adminNextcloudPass = {
owner = "nextcloud";
};
# sops.secrets.adminNextcloudPass = {
# owner = "nextcloud";
# };
services.nextcloud = {
enable = true;
enable = false;
hostName = "cloud.rougebordeaux.xyz";
database.createLocally = true;
webserver = "caddy";