Service fixes

This commit is contained in:
Charlotte Van Petegem 2020-09-30 13:30:53 +02:00
parent 10a18869d8
commit 4743a2a78b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 11 additions and 11 deletions

View file

@ -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;
};