Implement home-manager support

Closes #62
Closes #163
This commit is contained in:
Janne Heß 2022-03-29 19:14:06 +02:00 committed by Pogobanane
parent a81ce6c961
commit acaf36a1bf
4 changed files with 314 additions and 23 deletions

View file

@ -126,6 +126,7 @@ let
sshKeyPaths = cfg.gnupg.sshKeyPaths;
ageKeyFile = cfg.age.keyFile;
ageSshKeyPaths = cfg.age.sshKeyPaths;
userMode = false;
logging = {
keyImport = builtins.elem "keyImport" cfg.log;
secretChanges = builtins.elem "secretChanges" cfg.log;