tangled
alpha
login
or
join now
karitham.dev
/
dotfiles
0
fork
atom
nix all the things
0
fork
atom
overview
issues
pulls
pipelines
disable multi-scrobbler on reg for now
karitham.dev
2 months ago
ec3effba
42bd98f9
+1
-1
1 changed file
expand all
collapse all
unified
split
hosts
reg
multi-scrobbler.nix
+1
-1
hosts/reg/multi-scrobbler.nix
···
13
13
restartUnits = [ "multi-scrobbler.service" ];
14
14
};
15
15
16
16
-
services.multi-scrobbler.enable = true;
16
16
+
services.multi-scrobbler.enable = false;
17
17
}