mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/klipper: fix serial value inheritance (#308661)
This commit is contained in:
commit
04af29af29
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ in
|
|||
'';
|
||||
serial = lib.mkOption {
|
||||
type = lib.types.nullOr path;
|
||||
default = null;
|
||||
description = "Path to serial port this printer is connected to. Leave `null` to derive it from `service.klipper.settings`.";
|
||||
};
|
||||
configFile = lib.mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue