File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1010
1111 passwordFilePath = mkOption {
1212 type = with types ; uniq str ;
13+ default = "/root/.pkpass" ;
1314 description = ''
1415 The path to the Polykey password file. This is required to be set for the module to work, otherwise this module will fail.
1516 '' ;
2526
2627 recoveryCodeOutPath = mkOption {
2728 type = with types ; uniq str ;
29+ default = "/root/.recoveryout" ;
2830 description = ''
2931 The path to the Polykey recovery code file output location.
3032 '' ;
8991
9092 passwordFilePath = mkOption {
9193 type = with types ; uniq str ;
94+ default = "%h/.pkpass" ;
9295 description = ''
9396 The path to the Polykey password file. This is required to be set for the module to work, otherwise this module will fail.
9497 '' ;
104107
105108 recoveryCodeOutPath = mkOption {
106109 type = with types ; uniq str ;
110+ default = "%h/.recoveryout" ;
107111 description = ''
108112 The path to the Polykey recovery code file output location.
109113 '' ;
You can’t perform that action at this time.
0 commit comments