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