summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/bragi.nix b/bragi.nix
index c57eee2a..918ed068 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -102,8 +102,8 @@ in {
102 }; 102 };
103 }; 103 };
104 104
105 systemd.services."trivmix_0" = (makemix 0); 105 systemd.services."trivmix_0" = (makemix "0");
106 systemd.services."trivmix_1" = (makemix 1); 106 systemd.services."trivmix_1" = (makemix "1");
107 107
108 services.mpd = { 108 services.mpd = {
109 enable = true; 109 enable = true;