From becdb3712c8a94e696c42eb675f5ddcb30936cf6 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Tue, 7 Oct 2025 22:34:35 +0200 Subject: [PATCH] feat: switch back to beets Signed-off-by: Lander Van den Bulcke --- hosts/servers/hosting-02.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hosts/servers/hosting-02.nix b/hosts/servers/hosting-02.nix index 265b82d..d06911f 100644 --- a/hosts/servers/hosting-02.nix +++ b/hosts/servers/hosting-02.nix @@ -100,14 +100,9 @@ }; environment.systemPackages = with pkgs; [ - unstable.wrtag + beets ]; - services.wrtagweb = { - enable = true; - settingsFile = config.sops.secrets.wrtagwebConfigFile.path; - }; - services.nginx.virtualHosts."tag.escapeangle.com" = { forceSSL = true; enableACME = true;