From 527c4c0a9bbce6676e0e675eee0bb22518761545 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 27 Nov 2025 00:29:28 +0100 Subject: [PATCH] test --- hosts/dnsc-vps-sm/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index 12cf756..2d631b3 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -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"