dregil: Use gopass as password-store backend
This commit is contained in:
parent
e2f20f0278
commit
a88b91a78e
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,10 @@ in {
|
||||||
userEmail = "me@failco.de";
|
userEmail = "me@failco.de";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.password-store = { enable = true; };
|
programs.password-store = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.gopass;
|
||||||
|
};
|
||||||
|
|
||||||
# do not show home-manager notifications
|
# do not show home-manager notifications
|
||||||
news.display = "silent";
|
news.display = "silent";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue