mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
nixos/klipper: Add default value for apiSocket
This commit is contained in:
parent
9050f3a37e
commit
fd435bdab7
@ -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…
Reference in New Issue
Block a user