nix all the things

disable multi-scrobbler on reg for now

+1 -1
+1 -1
hosts/reg/multi-scrobbler.nix
··· 13 13 restartUnits = [ "multi-scrobbler.service" ]; 14 14 }; 15 15 16 - services.multi-scrobbler.enable = true; 16 + services.multi-scrobbler.enable = false; 17 17 }