mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed conflicts
This commit is contained in:
parent
8cfb304e5c
commit
97094c32b9
6 changed files with 36 additions and 835 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue