fix: update secrets approach to match 'nix-secrets'

This commit is contained in:
2026-04-17 12:47:17 +02:00
parent db116cc4de
commit faf3afad79
17 changed files with 268 additions and 180 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
imports = [ ./vault.nix ];
home.packages = with pkgs; [
sops
age
age-plugin-yubikey # TODO: only needed when using Yubikey
sops
];
}