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