From da6aad4fcd4fde46d8470c032279c951c6a8b6d9 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 17 Apr 2026 12:13:18 +0300 Subject: [PATCH] beets changes --- modules/server/n8n.nix | 2 +- modules/software/beets/default.nix | 28 ++++++++++++++++++++++------ 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/modules/server/n8n.nix b/modules/server/n8n.nix index da85240..7e6a6bb 100644 --- a/modules/server/n8n.nix +++ b/modules/server/n8n.nix @@ -8,7 +8,7 @@ }: { services.n8n = { - enable = true; + enable = false; environment = { # N8N_USER_FOLDER = lib.mkForce "${xlib.dirs.services-mnt-folder}/n8n"; N8N_SECURE_COOKIE = "false"; diff --git a/modules/software/beets/default.nix b/modules/software/beets/default.nix index 42a7415..37cbca9 100644 --- a/modules/software/beets/default.nix +++ b/modules/software/beets/default.nix @@ -20,8 +20,24 @@ let # python3 = pkgs.python3.override { # packageOverrides = depsOverlay; # }; - beetsEnv = stable.python313.withPackages ( + beetsEnv = pkgs.python313.withPackages ( ps: with ps; [ + anyio # + lap # + llvmlite # + scipy # + requests-ratelimiter # + pyrate-limiter # + numpy # + numba # + et-xmlfile + markdown-it-py + mdurl + openpyxl + pygments + rich + setuptools # + pysocks # beautifulsoup4 beetcamp beets @@ -30,7 +46,7 @@ let colorama confuse discogs-client - exceptiongroup + # exceptiongroup filetype h11 httpcore @@ -41,20 +57,20 @@ let jellyfish langdetect mediafile - munkres - musicbrainzngs + # munkres + # musicbrainzngs mutagen oauthlib packaging pillow platformdirs - pycountry + # pycountry pylast python-dateutil pyyaml requests six - sniffio + # sniffio soupsieve typing-extensions unidecode