fix: password-store settings need to be strings
This commit is contained in:
parent
fbd8e9c55f
commit
cc42771ee4
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
||||||
settings = {
|
settings = {
|
||||||
PASSWORD_STORE_DIR = "${config.xdg.dataHome}/password-store";
|
PASSWORD_STORE_DIR = "${config.xdg.dataHome}/password-store";
|
||||||
PASSWORD_STORE_KEY = "2C0BB53DFA3BB79F64B0ADCAAA0E1F926FAF03C0"; # Named "Infinidoge (Master Password)"
|
PASSWORD_STORE_KEY = "2C0BB53DFA3BB79F64B0ADCAAA0E1F926FAF03C0"; # Named "Infinidoge (Master Password)"
|
||||||
PASSWORD_STORE_GENERATED_LENGTH = 20;
|
PASSWORD_STORE_GENERATED_LENGTH = "20";
|
||||||
PASSWORD_STORE_CLIP_TIME = 60;
|
PASSWORD_STORE_CLIP_TIME = "60";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue