diff --git a/flake.nix b/flake.nix index 68129d6..dc42948 100644 --- a/flake.nix +++ b/flake.nix @@ -151,8 +151,8 @@ ./machines/elrond/configuration.nix ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; }) sops-nix.nixosModules.sops - inputs.ozai.nixosModules.ozai - inputs.ozai-webui.nixosModules.ozai-webui + #inputs.ozai.nixosModules.ozai + #inputs.ozai-webui.nixosModules.ozai-webui ]; }; }; diff --git a/machines/elrond/configuration.nix b/machines/elrond/configuration.nix index a1c3fe0..1f841dd 100644 --- a/machines/elrond/configuration.nix +++ b/machines/elrond/configuration.nix @@ -10,7 +10,7 @@ ../../profiles/webhost.nix ../../profiles/base.nix #../../services/ozai.nix - ../../services/ollamaWebui.nix + #../../services/ollamaWebui.nix ./routes.nix ]; diff --git a/machines/elrond/routes.nix b/machines/elrond/routes.nix index 54a6a61..d907674 100644 --- a/machines/elrond/routes.nix +++ b/machines/elrond/routes.nix @@ -111,7 +111,7 @@ useACMEHost = config.networking.domain; locations."/" = { proxyWebsockets = true; - proxyPass = "http://localhost:11111"; + proxyPass = "http://100.84.215.84:11111"; }; #basicAuthFile = config.sops.secrets."nginx/defaultpass".path; }; diff --git a/packages/vim.nix b/packages/vim.nix index 16427ef..f3d9bed 100644 --- a/packages/vim.nix +++ b/packages/vim.nix @@ -20,9 +20,9 @@ ''; packages.myplugins = with pkgs.vimPlugins; { start = [ - vim-nix - vim-lastplace - vim-yaml + vim-nix + #vim-lastplace + #vim-yaml #coc-rust-analyzer #neovim-fuzzy #LanguageClient-neovim diff --git a/profiles/base.nix b/profiles/base.nix index 728937a..2752ba9 100644 --- a/profiles/base.nix +++ b/profiles/base.nix @@ -19,16 +19,15 @@ imports = wget rsync ripgrep - neofetch - htop + #neofetch + #htop bottom killall foot.terminfo tailscale sops atuin - upower - nvtopPackages.full + #upower ]; #just allow unfree, im fine with it. @@ -39,7 +38,7 @@ imports = memoryPercent = 25; }; - boot.plymouth.enable = true; + #boot.plymouth.enable = true; # Set your time zone. diff --git a/profiles/desktop.nix b/profiles/desktop.nix index 2f7bf37..d945ff8 100644 --- a/profiles/desktop.nix +++ b/profiles/desktop.nix @@ -22,10 +22,10 @@ imports = #libsForQt5.qt5ct #qt6Packages.qt6ct - where-is-my-sddm-theme - + where-is-my-sddm-theme swww + nvtopPackages.full ]; fonts.packages = with pkgs; [ diff --git a/services/ollamaWebui.nix b/services/ollamaWebui.nix index 8edbe03..4355cc1 100644 --- a/services/ollamaWebui.nix +++ b/services/ollamaWebui.nix @@ -2,20 +2,19 @@ { environment.systemPackages = [ pkgs.unstable.open-webui - pkgs.gvisor pkgs.bash - pkgs.unstable.tika +# pkgs.unstable.tika ]; - services.tika = { - enable=true; - package = pkgs.unstable.tika; - openFirewall=true; - listenAddress = "0.0.0.0"; - port = 9998; - enableOcr = true; - }; +# services.tika = { +# enable=true; +# package = pkgs.unstable.tika; +# openFirewall=true; +# listenAddress = "0.0.0.0"; +# port = 9998; +# enableOcr = true; +# }; services.open-webui = { enable = true;