services: nextcloud: add state to backup

This commit is contained in:
Bruno BELANYI 2021-02-07 19:33:36 +00:00
parent 8fa9e1ce1a
commit a8a8b5fc22

View file

@ -64,5 +64,11 @@ in
locations."/".proxyPass = "http://localhost:3000/";
};
my.services.backup = {
paths = [
config.services.nextcloud.home
];
};
};
}