diff options
| -rw-r--r-- | bragi.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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; |
