Skip to content

Commit

Permalink
nixos/wivrn: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveLemon committed Nov 3, 2024
1 parent e9c802d commit 77d0191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/video/wivrn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ in
json = mkOption {
type = configFormat.type;
description = ''
Configuration for WiVRn. The attributes are serialized to JSON in config.json.
Configuration for WiVRn. The attributes are serialized to JSON in config.json. If a config or certain attributes are not provided, the server will default to stock values.
Note that the application option must be either a package or a
list with package as the first element.
See https://github.com/Meumeu/WiVRn/blob/master/docs/configuration.md
See https://github.com/WiVRn/WiVRn/blob/master/docs/configuration.md
'';
default = { };
example = literalExpression ''
Expand Down

0 comments on commit 77d0191

Please sign in to comment.