stoken: move defaults to package file
This commit is contained in:
parent
caff8b7f4c
commit
ce75344792
@ -5557,9 +5557,7 @@ in
|
|||||||
|
|
||||||
stress-ng = callPackage ../tools/system/stress-ng { };
|
stress-ng = callPackage ../tools/system/stress-ng { };
|
||||||
|
|
||||||
stoken = callPackage ../tools/security/stoken {
|
stoken = callPackage ../tools/security/stoken (config.stoken or {});
|
||||||
withGTK3 = config.stoken.withGTK3 or true;
|
|
||||||
};
|
|
||||||
|
|
||||||
storeBackup = callPackage ../tools/backup/store-backup { };
|
storeBackup = callPackage ../tools/backup/store-backup { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user