Service fixes
This commit is contained in:
parent
10a18869d8
commit
4743a2a78b
2 changed files with 11 additions and 11 deletions
|
@ -8,7 +8,7 @@
|
|||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
settings = { PASSWORD_STORE_DIR = "$HOME/repos/passwords"; };
|
||||
settings = { PASSWORD_STORE_DIR = "/home/charlotte/repos/passwords"; };
|
||||
};
|
||||
services.password-store-sync.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue