nixos/shairport-sync: add types
This commit is contained in:
parent
4015c5ca9c
commit
a94c7ef24e
@ -28,6 +28,7 @@ in
|
||||
};
|
||||
|
||||
arguments = mkOption {
|
||||
type = types.str;
|
||||
default = "-v -o pa";
|
||||
description = ''
|
||||
Arguments to pass to the daemon. Defaults to a local pulseaudio
|
||||
@ -36,6 +37,7 @@ in
|
||||
};
|
||||
|
||||
user = mkOption {
|
||||
type = types.str;
|
||||
default = "shairport";
|
||||
description = ''
|
||||
User account name under which to run shairport-sync. The account
|
||||
|
Loading…
Reference in New Issue
Block a user