Merge pull request #111436 from helsinki-systems/shairport
nixos/shairport-sync: add types
This commit is contained in:
commit
75281960c0
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
arguments = mkOption {
|
arguments = mkOption {
|
||||||
|
type = types.str;
|
||||||
default = "-v -o pa";
|
default = "-v -o pa";
|
||||||
description = ''
|
description = ''
|
||||||
Arguments to pass to the daemon. Defaults to a local pulseaudio
|
Arguments to pass to the daemon. Defaults to a local pulseaudio
|
||||||
|
@ -36,6 +37,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
|
type = types.str;
|
||||||
default = "shairport";
|
default = "shairport";
|
||||||
description = ''
|
description = ''
|
||||||
User account name under which to run shairport-sync. The account
|
User account name under which to run shairport-sync. The account
|
||||||
|
|
Loading…
Reference in a new issue