This commit is contained in:
2026-01-02 14:07:50 +03:00
parent a1aee0b6db
commit c8209a30ef
5 changed files with 0 additions and 17 deletions
-5
View File
@@ -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 = {
-7
View File
@@ -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;