mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-02-12 00:07:01 +01:00
elrond
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
../../profiles/webhost.nix
|
||||
../../profiles/base.nix
|
||||
#../../services/ozai.nix
|
||||
../../services/ollamaWebui.nix
|
||||
#../../services/ollamaWebui.nix
|
||||
./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;
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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; [
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user