nixos/shairport-sync: add types

This commit is contained in:
Fritz Otlinghaus 2021-01-31 12:14:01 +01:00
parent 4015c5ca9c
commit a94c7ef24e
No known key found for this signature in database
GPG key ID: 1E5F98946FB1444E

View file

@ -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