mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
use restic module on algiz too
This commit is contained in:
parent
44c2174a80
commit
3983dc35bd
1 changed files with 1 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
||||||
}: {
|
}: {
|
||||||
imports = with inputs.self.nixosModules; [
|
imports = with inputs.self.nixosModules; [
|
||||||
docker
|
docker
|
||||||
|
restic
|
||||||
];
|
];
|
||||||
|
|
||||||
languages = {
|
languages = {
|
||||||
|
@ -21,8 +22,6 @@
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://francis.begyn.be/blog/nixos-restic-backups
|
|
||||||
# TODO: parameterize to use on algiz AND othalan ...
|
|
||||||
services.restic.backups.gdrive = {
|
services.restic.backups.gdrive = {
|
||||||
# directories created by gitea and soft-serve aren't world readable
|
# directories created by gitea and soft-serve aren't world readable
|
||||||
user = "root";
|
user = "root";
|
||||||
|
|
Loading…
Reference in a new issue