fix frequency issue and disable calibre-web
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 25s
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 4m35s

This commit is contained in:
2025-09-07 22:25:22 -04:00
parent a18179b5bb
commit 5446ab70c3
3 changed files with 63 additions and 62 deletions

View File

@@ -42,7 +42,8 @@
services = {
flatpak.enable = true;
calibre-web = {
enable = true;
# temp disable this
enable = false;
listen = {
ip = "127.0.0.1";
};