re enables age
This commit is contained in:
parent
257aed59f0
commit
59e0caef3f
1 changed files with 7 additions and 7 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
inputs.ip-whitelist.nixosModules.default
|
inputs.ip-whitelist.nixosModules.default
|
||||||
../../modules/openssh
|
../../modules/openssh
|
||||||
# ../../modules/vaultwarden
|
../../modules/vaultwarden
|
||||||
../../modules/uptime-kuma
|
../../modules/uptime-kuma
|
||||||
../../modules/glance
|
../../modules/glance
|
||||||
../../modules/docker
|
../../modules/docker
|
||||||
|
|
@ -21,11 +21,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Secrets
|
# Secrets
|
||||||
# age = {
|
age = {
|
||||||
# identityPaths = [ "${config.users.users.dennis.home}/.ssh/id_ed25519" ];
|
identityPaths = [ "${config.users.users.dennis.home}/.ssh/id_ed25519" ];
|
||||||
# secrets."vaultwarden/env".file = ../../secrets/vaultwarden/env.age;
|
secrets."vaultwarden/env".file = ../../secrets/vaultwarden/env.age;
|
||||||
# secrets."restic/password".file = ../../secrets/restic/password.age;
|
secrets."restic/password".file = ../../secrets/restic/password.age;
|
||||||
# };
|
};
|
||||||
|
|
||||||
# Generated automatically
|
# Generated automatically
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
|
|
@ -167,7 +167,7 @@
|
||||||
# Restic
|
# Restic
|
||||||
services.restic.backups.dnsc-vps-sm-backup = {
|
services.restic.backups.dnsc-vps-sm-backup = {
|
||||||
initialize = true;
|
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";
|
repository = "sftp:u295965@u295965.your-storagebox.de:restic/dnsc-vps-sm";
|
||||||
paths = [
|
paths = [
|
||||||
"/var/backup/vaultwarden"
|
"/var/backup/vaultwarden"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue