···113113 '';
114114 serial = lib.mkOption {
115115 type = lib.types.nullOr path;
116116+ default = null;
116117 description = "Path to serial port this printer is connected to. Leave `null` to derive it from `service.klipper.settings`.";
117118 };
118119 configFile = lib.mkOption {