Backup:)
This commit is contained in:
parent
61a03c40d4
commit
0047769696
8 changed files with 15 additions and 3 deletions
home/features/cli
|
@ -5,7 +5,6 @@ in
|
|||
programs.password-store = {
|
||||
enable = true;
|
||||
settings.PASSWORD_STORE_DIR = storePath;
|
||||
package = pkgs.pass;
|
||||
};
|
||||
|
||||
services.pass-secret-service = {
|
||||
|
@ -17,5 +16,6 @@ in
|
|||
pkgs.wofi-pass
|
||||
];
|
||||
|
||||
programs.browserpass.enable = config.programs.firefox.enable;
|
||||
satellite.persistence.at.data.apps.pass.directories = [ storePath ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue