Commit 464e353f authored by Jack Wilsdon's avatar Jack Wilsdon Committed by Jack Wilsdon
Browse files

nixos/klipper: fix serial value inheritance

parent eee954a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {