nixfleet/users/profiles/password-store/default.nix

9 lines
184 B
Nix

{
services.password-store-sync.enable = true;
programs.password-store = {
enable = true;
settings = {
PASSWORD_STORE_DIR = "/home/ccr/.password-store";
};
};
}