Enable pass secret service

This commit is contained in:
Charlotte Van Petegem 2021-04-28 09:49:58 +02:00
parent 4959a11bcb
commit f555c2f9ea
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -11,5 +11,6 @@
settings = { PASSWORD_STORE_DIR = "/home/charlotte/repos/passwords"; };
};
services.password-store-sync.enable = true;
services.pass-secret-service.enable = true;
};
}