test
This commit is contained in:
parent
3c8c824c49
commit
527c4c0a9b
1 changed files with 6 additions and 6 deletions
|
|
@ -21,11 +21,11 @@
|
|||
];
|
||||
|
||||
# Secrets
|
||||
age = {
|
||||
identityPaths = [ "${config.users.users.dennis.home}/.ssh/id_ed25519" ];
|
||||
secrets."vaultwarden/env".file = ../../secrets/vaultwarden/env.age;
|
||||
secrets."restic/password".file = ../../secrets/restic/password.age;
|
||||
};
|
||||
# age = {
|
||||
# identityPaths = [ "${config.users.users.dennis.home}/.ssh/id_ed25519" ];
|
||||
# secrets."vaultwarden/env".file = ../../secrets/vaultwarden/env.age;
|
||||
# secrets."restic/password".file = ../../secrets/restic/password.age;
|
||||
# };
|
||||
|
||||
# Generated automatically
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
# Restic
|
||||
services.restic.backups.dnsc-vps-sm-backup = {
|
||||
initialize = true;
|
||||
passwordFile = config.age.secrets."restic/password".path;
|
||||
# passwordFile = config.age.secrets."restic/password".path;
|
||||
repository = "sftp:u295965@u295965.your-storagebox.de:restic/dnsc-vps-sm";
|
||||
paths = [
|
||||
"/var/backup/vaultwarden"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue