Headscale and Tailscale config modules

This commit is contained in:
Sascha Koenig
2025-05-05 09:11:47 +02:00
parent 53ce9740bd
commit eb0a31cce6
7 changed files with 23 additions and 21 deletions

View File

@ -12,10 +12,6 @@ in {
config = mkIf cfg.enable {
services.ollama = {
enable = true;
package =
if config.services.xserver.videoDrivers == ["amdgpu"] # rocblas-6.0.2 broken
then pkgs.pinned.ollama
else pkgs.ollama;
acceleration =
if config.services.xserver.videoDrivers == ["amdgpu"]
then "rocm"