feat(nix/secrets): persist sops age key for home-manager
This commit is contained in:
parent
8fb620284d
commit
294e8458e4
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ in
|
|||
"/persist${config.users.defaultUserHome}/${username}/.ssh/id_ed25519"
|
||||
];
|
||||
};
|
||||
flake.modules.homeManager.default.persistDirs = [ ".config/sops/age" ];
|
||||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue