ma owncloud: wait for cloud to be mounted

This commit is contained in:
makefu 2022-11-01 11:40:44 +01:00
parent f796a0e819
commit bbc96ee973

View file

@ -23,9 +23,11 @@ in {
fileSystems."/var/lib/nextcloud/data" = {
device = "/media/cloud/nextcloud-data";
options = [ "bind" ];
depends = [ "/media/cloud" ];
};
krebs.secret.files.nextcloud-db-pw = {
path = dbpw;
owner.name = "nextcloud";