From a94c7ef24e4a11bb34ecc95181054a061d1674c0 Mon Sep 17 00:00:00 2001 From: Fritz Otlinghaus Date: Sun, 31 Jan 2021 12:14:01 +0100 Subject: nixos/shairport-sync: add types --- nixos/modules/services/networking/shairport-sync.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/services/networking/shairport-sync.nix') diff --git a/nixos/modules/services/networking/shairport-sync.nix b/nixos/modules/services/networking/shairport-sync.nix index b4b86a2d55b..ac526c0e9f6 100644 --- a/nixos/modules/services/networking/shairport-sync.nix +++ b/nixos/modules/services/networking/shairport-sync.nix @@ -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 -- cgit 1.4.1