feat(nix/secrets): persist sops age key for home-manager

This commit is contained in:
Mohammad Rafiq 2025-07-07 18:27:56 +08:00
parent 8fb620284d
commit 294e8458e4
No known key found for this signature in database

View file

@ -20,6 +20,7 @@ in
"/persist${config.users.defaultUserHome}/${username}/.ssh/id_ed25519"
];
};
flake.modules.homeManager.default.persistDirs = [ ".config/sops/age" ];
perSystem =
{ pkgs, ... }:
{