explicitely enable pass extensions
This commit is contained in:
parent
09eefe6f5e
commit
d989e132d1
|
@ -8,8 +8,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.pass-nodmenu.withExtensions
|
package = pkgs.pass-nodmenu.withExtensions
|
||||||
(exts: with exts; [ pass-otp pass-update pass-audit pass-import ]);
|
(exts: with exts; [ pass-otp pass-update pass-audit pass-import ]);
|
||||||
settings.PASSWORD_STORE_DIR = with config.home;
|
settings = {
|
||||||
"${homeDirectory}/.password-store";
|
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
|
||||||
|
PASSWORD_STORE_ENABLE_EXTENSIONS = "true";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in a new issue