Price Hiller
a870884e89
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m10s
10 lines
138 B
Nix
10 lines
138 B
Nix
{ ... }:
|
|
{
|
|
programs.password-store = {
|
|
enable = true;
|
|
settings = {
|
|
PASSWORD_STORE_KEY = "C3FADDE7A8534BEB";
|
|
};
|
|
};
|
|
}
|