-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ config, ... }: | ||
|
||
{ | ||
age.secrets = { | ||
restic-default-env-file.file = ../secrets/${config.networking.hostName}-restic-default-env-file.age; | ||
restic-default-repo-password.file = ../secrets/${config.networking.hostName}-restic-default-repo-password.age; | ||
}; | ||
|
||
services.restic.backups.default = { | ||
repository = "s3:https://s3.eu-central-003.backblazeb2.com/kranzes-backups/${config.networking.hostName}"; | ||
initialize = true; | ||
environmentFile = config.age.secrets.restic-default-env-file.path; | ||
passwordFile = config.age.secrets.restic-default-repo-password.path; | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
age-encryption.org/v1 | ||
-> piv-p256 gEKqGQ AlnPcxwsYxtvpGAwr6TaryiMNCwQnqjf46AYdkr+izA4 | ||
s0/bMMUUN7KF1AJdntwacEI0yH+pyQFSTR2aLUSq0Ug | ||
-> piv-p256 kHSiOQ AwoEA2gUz30o6fbqoBZ4lRWtAHox5S9qFqH59KyGxMlN | ||
eIezvLipiJN6QzCWgJsOHrJEF4rBNBkUg/b6dLGZxnU | ||
-> ssh-ed25519 bE1RAg bp2FTxVt0M9WzSXCDwPLwBqkkz9uQnHyq2x5u60Z8gs | ||
sa4WU2CRqO+J40KMTdH4/v2PXKhK7D7wdEGX5DG5QDE | ||
--- nAypvo3LfGGGjX8ut1NhmD44WIMkcHhSH01QnpFPIWk | ||
Yw���--���Gw.�O | ||
L� | ||
)�3){�2g��6L�X��"��;4�;Sa�FSè�4%Z�<� |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters