fixes restic config
This commit is contained in:
parent
25baab3361
commit
4b0c763575
1 changed files with 13 additions and 11 deletions
|
|
@ -175,6 +175,7 @@
|
||||||
|
|
||||||
# Backups
|
# Backups
|
||||||
services.restic.backups = {
|
services.restic.backups = {
|
||||||
|
"dnsc-storage" = {
|
||||||
initialize = true;
|
initialize = true;
|
||||||
passwordFile = config.age.secrets."restic/password".path;
|
passwordFile = config.age.secrets."restic/password".path;
|
||||||
repository = "sftp:dnsc-storage:restic/dnsc-server";
|
repository = "sftp:dnsc-storage:restic/dnsc-server";
|
||||||
|
|
@ -188,6 +189,7 @@
|
||||||
RandomizedDelaySec = "5h";
|
RandomizedDelaySec = "5h";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue