Loading nixos/modules/services/misc/klipper.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
nixos/modules/services/misc/klipper.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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