This commit is contained in:
zastian-dev
2025-12-10 16:37:00 +00:00
parent 088c99e2cb
commit e7275b4c37
4 changed files with 332 additions and 263 deletions

View File

@@ -111,7 +111,6 @@ in
};
virt-manager.enable = true;
zsh.enable = true;
corectrl.enable = true;
opengamepadui = {
@@ -124,7 +123,7 @@ in
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
extraCompatPackages = with pkgs; [ gamescope mangohud gamemode ];
gamescopeSession.enable = true;
gamescopeSession.enable = false;
};
# Dynamic linker for foreign binaries

View File

@@ -145,9 +145,9 @@
# Ollama (only on PC)
services.ollama = lib.mkIf (systemName == "pc") {
enable = true;
package = pkgs.ollama-rocm;
port = 11434;
host = "0.0.0.0";
acceleration = "rocm";
rocmOverrideGfx = "11.0.0";
environmentVariables = {
OLLAMA_DEBUG = "1";