From 19fa47f0f7152a65ba043ff8cb95725f1ee4668e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 20:53:39 +0200 Subject: Strings --- bragi.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index c57eee2a..918ed068 100644 --- a/bragi.nix +++ b/bragi.nix @@ -102,8 +102,8 @@ in { }; }; - systemd.services."trivmix_0" = (makemix 0); - systemd.services."trivmix_1" = (makemix 1); + systemd.services."trivmix_0" = (makemix "0"); + systemd.services."trivmix_1" = (makemix "1"); services.mpd = { enable = true; -- cgit v1.2.3