update restic key layout

This commit is contained in:
TheWanderingCrow 2025-03-18 09:20:33 -04:00
parent 11ba348a58
commit eca3549857
3 changed files with 10 additions and 10 deletions

View file

@ -11,8 +11,4 @@ lib.mkIf config.user.overseer.enable {
age.keyFile = "/var/lib/sops-nix/key.txt";
age.generateKey = true;
};
# Restic secrets
sops.secrets."restic/url" = {};
sops.secrets."restic/key" = {};
}