summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 12:14:01 +0100
committerFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 12:14:01 +0100
commita94c7ef24e4a11bb34ecc95181054a061d1674c0 (patch)
tree82a3a354c55754ba5ca63012ed1675e707b43622 /nixos
parent4015c5ca9c6ec7d4aa765c97b4413b478daa278b (diff)
nixos/shairport-sync: add types
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/shairport-sync.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/shairport-sync.nix b/nixos/modules/services/networking/shairport-sync.nix
index b4b86a2d55be..ac526c0e9f6f 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