this repo has no description
0
fork

Configure Feed

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

:fire: removing syncthing from system

-8
-8
hosts/desktop/default.nix
··· 93 93 # Enable VPN 94 94 tailscale.enable = true; 95 95 96 - syncthing = { 97 - enable = true; 98 - dataDir = "/home/pedro"; 99 - user = "pedro"; 100 - }; 101 - 102 - ollama.enable = true; 103 - open-webui.enable = true; 104 96 pulseaudio.enable = false; 105 97 }; 106 98