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 { };
|
||||
|
||||
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 { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user