nixos/klipper: fix serial value inheritance (#308661)

authored by

Aleksana and committed by
GitHub
04af29af 66c37688

+1
+1
nixos/modules/services/misc/klipper.nix
··· 113 ''; 114 serial = lib.mkOption { 115 type = lib.types.nullOr path; 116 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 {