diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index 5fcdcca..97910e5 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -77,9 +77,9 @@ allowedUDPPortRanges = openPortRanges; }; }; - nix.settings ={ - cores = 8; - max-jobs = 8; + nix.settings = { + cores = 8; + max-jobs = 8; }; nixpkgs.config.permittedInsecurePackages = [ ]; users = { @@ -149,6 +149,12 @@ enable = true; path = [ pkgs.gnome-keyring ]; }; + ollama = { + enable = true; + # loadModels = []; + acceleration = "cuda"; + }; + open-webui.enable = true; resilio = { enable = true; useUpnp = true;