feat(nix/hm/price): add pass-file
extension to pass
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s
This commit is contained in:
parent
29b1e210ad
commit
a388e85676
@ -1,7 +1,10 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass.withExtensions(exts: [
|
||||
exts.pass-file
|
||||
]);
|
||||
settings = {
|
||||
PASSWORD_STORE_KEY = "C3FADDE7A8534BEB";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user