From d533eb9adc93d74731e64ba599512944a27d0b9d Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 5 Jan 2025 00:42:57 -0500 Subject: [PATCH] nixify conduwuit --- hosts/chunk/conduwuit.nix | 3 +-- hosts/chunk/default.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 ];