services: nextcloud: add state to backup
This commit is contained in:
parent
8fa9e1ce1a
commit
a8a8b5fc22
|
@ -64,5 +64,11 @@ in
|
||||||
|
|
||||||
locations."/".proxyPass = "http://localhost:3000/";
|
locations."/".proxyPass = "http://localhost:3000/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
my.services.backup = {
|
||||||
|
paths = [
|
||||||
|
config.services.nextcloud.home
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue