updated to 25.11
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{config, pkgs-unstable, ... }:
|
||||
{config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.ollama;
|
||||
package = pkgs.ollama;
|
||||
acceleration = "cuda";
|
||||
environmentVariables = {
|
||||
OLLAMA_CONTEXT_LENGTH="32000";
|
||||
@@ -15,7 +15,7 @@
|
||||
};
|
||||
|
||||
services.open-webui = {
|
||||
package = pkgs-unstable.open-webui;
|
||||
package = pkgs.open-webui;
|
||||
enable = true;
|
||||
port = 8081;
|
||||
environment = {
|
||||
|
||||
8
modules/services/steam.nix
Normal file
8
modules/services/steam.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user