nixos/klipper: Add default value for apiSocket

launchpad/nixpkgs/master
Zhaofeng Li 3 years ago
parent 9050f3a37e
commit fd435bdab7
  1. 3
      nixos/modules/services/misc/klipper.nix

@ -30,8 +30,7 @@ in
apiSocket = mkOption {
type = types.nullOr types.path;
default = null;
example = "/run/klipper/api";
default = "/run/klipper/api";
description = "Path of the API socket to create.";
};

Loading…
Cancel
Save