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;