summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 15:13:33 +0100
committerGitHub <noreply@github.com>2021-01-31 15:13:33 +0100
commit75281960c002a253bf2d67df74bcf07ef0acad62 (patch)
tree6c1458d99bf9845fe9bb19f3e98c113ce78f4fce /nixos
parentf6b78c163c580062ffba00389d6fd4e99931855d (diff)
parenta94c7ef24e4a11bb34ecc95181054a061d1674c0 (diff)
Merge pull request #111436 from helsinki-systems/shairport
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