···113 '';
114 serial = lib.mkOption {
115 type = lib.types.nullOr path;
0116 description = "Path to serial port this printer is connected to. Leave `null` to derive it from `service.klipper.settings`.";
117 };
118 configFile = lib.mkOption {
···113 '';
114 serial = lib.mkOption {
115 type = lib.types.nullOr path;
116+ default = null;
117 description = "Path to serial port this printer is connected to. Leave `null` to derive it from `service.klipper.settings`.";
118 };
119 configFile = lib.mkOption {