this repo has no description
1
fork

Configure Feed

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

wallsocket: enable ollama

+11 -1
+11 -1
nixos/wallsocket/configuration.nix
··· 290 290 mode = "0755"; 291 291 }; 292 292 293 - services.avahi.enable = true; 293 + services.avahi = { 294 + enable = true; 295 + nssmdns4 = true; 296 + openFirewall = true; 297 + }; 298 + 299 + services.ollama = { 300 + enable = true; 301 + acceleration = "rocm"; 302 + rocmOverrideGfx = "11.0.0"; 303 + }; 294 304 295 305 services.earlyoom.enable = true; 296 306 services.earlyoom.enableNotifications = true;