mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
bug: fixed permissions
This commit is contained in:
parent
4fa4b25d39
commit
82b6f96b71
|
@ -9,7 +9,9 @@
|
|||
}/nextcloud-extras.nix"
|
||||
]; # adding caddy support
|
||||
|
||||
sops.secrets.adminNextcloudPass = { };
|
||||
sops.secrets.adminNextcloudPass = {
|
||||
owner = "nextcloud";
|
||||
};
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
hostName = "cloud.hypervirtual.world";
|
||||
|
|
Loading…
Reference in a new issue