reee
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user