mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-03-19 06:07:33 +01:00
fix negative number for credit limit
This commit is contained in:
@@ -125,7 +125,7 @@ in
|
||||
|
||||
services.drumknotty.dibblerSettings = {
|
||||
limits = {
|
||||
low_credit_warning_limit = lib.mkDefault - 100;
|
||||
low_credit_warning_limit = lib.mkDefault (-100);
|
||||
user_recent_transaction_limit = lib.mkDefault 100;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user