stoken: move defaults to package file

This commit is contained in:
Jan Malakhovski 2019-02-03 15:30:41 +00:00
parent caff8b7f4c
commit ce75344792

View File

@ -5557,9 +5557,7 @@ in
stress-ng = callPackage ../tools/system/stress-ng { };
stoken = callPackage ../tools/security/stoken {
withGTK3 = config.stoken.withGTK3 or true;
};
stoken = callPackage ../tools/security/stoken (config.stoken or {});
storeBackup = callPackage ../tools/backup/store-backup { };