9 lines
184 B
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";
|
|
};
|
|
};
|
|
}
|