restic: clean up modules
This commit is contained in:
parent
255e8fdf3c
commit
58595866af
2 changed files with 32 additions and 49 deletions
|
|
@ -14,8 +14,6 @@
|
|||
exec /run/wrappers/bin/restic "$@"
|
||||
'';
|
||||
|
||||
initialize = true;
|
||||
repository = "rest:https://restic.taild5f7e6.ts.net/gutterman/gameservers";
|
||||
environmentFile = config.sops.secrets."restic/rest-auth.env".path;
|
||||
passwordFile = config.sops.secrets."restic/password".path;
|
||||
timerConfig = {
|
||||
|
|
@ -23,6 +21,9 @@
|
|||
Persistent = true;
|
||||
};
|
||||
|
||||
repository = "rest:https://restic.taild5f7e6.ts.net/gutterman/gameservers";
|
||||
initialize = true;
|
||||
|
||||
paths = [
|
||||
"/var/lib/minecraft"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue