nixos/klipper: Add default value for apiSocket
This commit is contained in:
parent
9050f3a37e
commit
fd435bdab7
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ in
|
||||||
|
|
||||||
apiSocket = mkOption {
|
apiSocket = mkOption {
|
||||||
type = types.nullOr types.path;
|
type = types.nullOr types.path;
|
||||||
default = null;
|
default = "/run/klipper/api";
|
||||||
example = "/run/klipper/api";
|
|
||||||
description = "Path of the API socket to create.";
|
description = "Path of the API socket to create.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue