fix: typo
Hopefully last issue??
This commit is contained in:
parent
aa77690b7a
commit
4ce7e35327
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
xdg.configFile.pam-gnupg = lib.mkIf (cfg.unlockKeys != [ ]) {
|
||||
xdg.configFile.pam-gnupg = lib.mkIf (cfg.gpg.unlockKeys != [ ]) {
|
||||
text = ''
|
||||
${config.programs.gpg.homedir}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue