my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable navidrome on earthy

willow 8926e43c 8bc56f7f

+4 -1
+4 -1
hosts/earthy/default.nix
··· 14 14 settings = { 15 15 system = { 16 16 hostName = "earthy"; 17 - services.sync.enable = true; 17 + services = { 18 + sync.enable = true; 19 + navidrome.enable = true; 20 + }; 18 21 }; 19 22 }; 20 23