summary refs log tree commit diff
path: root/nixos/modules/services/networking/shairport-sync.nix
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/modules/services/networking/shairport-sync.nix
parent4015c5ca9c6ec7d4aa765c97b4413b478daa278b (diff)
downloadnixpkgs-a94c7ef24e4a11bb34ecc95181054a061d1674c0.tar
nixpkgs-a94c7ef24e4a11bb34ecc95181054a061d1674c0.tar.gz
nixpkgs-a94c7ef24e4a11bb34ecc95181054a061d1674c0.tar.bz2
nixpkgs-a94c7ef24e4a11bb34ecc95181054a061d1674c0.tar.lz
nixpkgs-a94c7ef24e4a11bb34ecc95181054a061d1674c0.tar.xz
nixpkgs-a94c7ef24e4a11bb34ecc95181054a061d1674c0.tar.zst
nixpkgs-a94c7ef24e4a11bb34ecc95181054a061d1674c0.zip
nixos/shairport-sync: add types
Diffstat (limited to 'nixos/modules/services/networking/shairport-sync.nix')
-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 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