adds declarative json config for backrest
This commit is contained in:
parent
1873c4c92b
commit
34c736423f
2 changed files with 71 additions and 2 deletions
|
|
@ -36,7 +36,12 @@
|
|||
# Secrets
|
||||
age = {
|
||||
identityPaths = [ "${config.users.users.dennis.home}/.ssh/id_ed25519" ];
|
||||
secrets."restic/password".file = ../../secrets/restic/password.age;
|
||||
secrets."restic/password" = {
|
||||
file = ../../secrets/restic/password.age;
|
||||
# backrest reads the password via "file:<path>" in its repo config
|
||||
group = "backrest";
|
||||
mode = "0440";
|
||||
};
|
||||
};
|
||||
|
||||
# Nix Settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue