This commit is contained in:
2025-09-10 13:38:10 +02:00
parent df5eee8d84
commit 07455cb132
7 changed files with 22 additions and 24 deletions

View File

@@ -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
];
};
};

View File

@@ -10,7 +10,7 @@
../../profiles/webhost.nix
../../profiles/base.nix
#../../services/ozai.nix
../../services/ollamaWebui.nix
#../../services/ollamaWebui.nix
./routes.nix
];

View File

@@ -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;
};

View File

@@ -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

View File

@@ -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.

View File

@@ -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; [

View File

@@ -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;