From c8209a30ef1032579ca7e746898b23299dcf9773 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 2 Jan 2026 14:07:50 +0300 Subject: [PATCH] 123 --- home/apps/gramps.nix | 1 - home/apps/v2rayn.nix | 1 - home/modules/packages.nix | 3 --- modules/server/calibre-web.nix | 5 ----- modules/server/open-webui.nix | 7 ------- 5 files changed, 17 deletions(-) diff --git a/home/apps/gramps.nix b/home/apps/gramps.nix index 7bfb549..761e46f 100644 --- a/home/apps/gramps.nix +++ b/home/apps/gramps.nix @@ -7,7 +7,6 @@ }: let grampsPath = "${xlib.dirs.wsl-storage}/gramps"; - # last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; }; in { xdg = { diff --git a/home/apps/v2rayn.nix b/home/apps/v2rayn.nix index 4434786..86014ed 100644 --- a/home/apps/v2rayn.nix +++ b/home/apps/v2rayn.nix @@ -7,7 +7,6 @@ }: let v2raynPath = "${xlib.dirs.wsl-storage}/v2rayN"; - # last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; }; in { xdg = { diff --git a/home/modules/packages.nix b/home/modules/packages.nix index 5945468..da03de8 100644 --- a/home/modules/packages.nix +++ b/home/modules/packages.nix @@ -4,9 +4,6 @@ inputs, ... }: -# let -# last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; }; -# in { programs = { mangohud.enable = true; diff --git a/modules/server/calibre-web.nix b/modules/server/calibre-web.nix index d04d674..6de21d8 100644 --- a/modules/server/calibre-web.nix +++ b/modules/server/calibre-web.nix @@ -4,14 +4,9 @@ inputs, ... }: -# let -# work = import inputs.nixpkgs-master { system = "x86_64-linux"; }; -# in { - # services.calibre-server.package = stable.calibre; services.calibre-web = { enable = true; - # package = work.calibre-web; group = "users"; user = "${xlib.device.username}"; options = { diff --git a/modules/server/open-webui.nix b/modules/server/open-webui.nix index ec79a0c..1d8c188 100644 --- a/modules/server/open-webui.nix +++ b/modules/server/open-webui.nix @@ -5,17 +5,10 @@ pkgs, ... }: -# let -# fix = import inputs.nixpkgs-last-unstable { -# system = "x86_64-linux"; -# config.allowUnfree = true; -# }; # temp -# in { services = { open-webui = { enable = false; - #package = fix.open-webui; host = "0.0.0.0"; port = 11112; openFirewall = true;