fixed ipv6 on cirrus, fixed remote backups on cirrostratus.
This commit is contained in:
parent
084e4ca421
commit
31d93e3770
6 changed files with 11 additions and 18 deletions
|
|
@ -25,7 +25,7 @@ in {
|
|||
|
||||
host.restic = {
|
||||
enable = true;
|
||||
repository = "/backup/restic/";
|
||||
repository = config.sops.secrets.restic-url.path;
|
||||
passwordFile = config.sops.secrets.restic-password.path;
|
||||
server = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue