diff --git a/hosts/chunk/conduwuit.nix b/hosts/chunk/conduwuit.nix index 0b8f1ff..6bada8e 100644 --- a/hosts/chunk/conduwuit.nix +++ b/hosts/chunk/conduwuit.nix @@ -1,8 +1,7 @@ -{ pkgs, ... }: +{ ... }: { services.conduwuit = { enable = true; - package = pkgs.callPackage ../../pkgs/conduwuit.nix { }; settings.global = { port = [ 8448 ]; server_name = "cything.io"; diff --git a/hosts/chunk/default.nix b/hosts/chunk/default.nix index 7cfb7e1..bd22fe9 100644 --- a/hosts/chunk/default.nix +++ b/hosts/chunk/default.nix @@ -22,7 +22,7 @@ ./wireguard.nix ./grafana.nix ./tor.nix - ./conduit.nix + ./conduwuit.nix ./immich.nix ./element.nix ];