mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-12-15 06:37:14 +01:00
nixosonsktrott WIP
This commit is contained in:
@@ -6,6 +6,23 @@
|
||||
group = "dibbler";
|
||||
};
|
||||
};
|
||||
services.dibbler.package = inputs.dibbler.packages.dibbler;
|
||||
services.dibbler.config = config.sops.secrets."dibbler/config".path;
|
||||
}
|
||||
|
||||
services.dibbler = {
|
||||
enable = true;
|
||||
package = inputs.dibbler.packages.dibbler;
|
||||
settings = {
|
||||
quit_allowed = false;
|
||||
stop_allowed = false;
|
||||
show_tracebacks = true;
|
||||
input_encoding = "utf8";
|
||||
|
||||
low_credit_warning_limit = -100;
|
||||
user_recent_transaction_limit = 20;
|
||||
|
||||
# See https://pypi.org/project/brother_ql/ for label types
|
||||
# Set rotate to False for endless labels
|
||||
label_type = "62";
|
||||
label_rotate = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user