tailscale + sunshine + lint

This commit is contained in:
2025-09-27 23:57:13 -06:00
parent b444e8d399
commit 80fc73a9a3
4 changed files with 92 additions and 18 deletions

View File

@@ -149,5 +149,12 @@ in
acceleration = "cuda";
models = "/srv/ai/ollama";
};
sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
tailscale.enable = true;
};
}