Revert "use flake conduwuit"

This reverts commit 278816e49d.
This commit is contained in:
Nathan McCarty 2025-03-28 15:07:49 -04:00
parent 278816e49d
commit ea5d8bd6ef
3 changed files with 19 additions and 673 deletions

View file

@ -3,7 +3,6 @@
lib,
pkgs,
inputs,
inputs',
...
}: {
containers.conduit-stranger-systems = {
@ -38,7 +37,15 @@
port = [6167];
address = ["0.0.0.0"];
};
package = inputs'.conduwuit.packages.default;
package = pkgs.conduwuit.overrideAttrs (oldAttrs: {
version = "v0.5.0-rc3";
src = pkgs.fetchFromGitHub {
owner = "girlbossceo";
repo = "conduwuit";
rev = "v0.5.0-rc3";
hash = "sha256-Etzh7m1aZBwKfcS6sa+2zBzdOaZSR+yFn2pwwGTilb4=";
};
});
};
# Open the port
networking.firewall.allowedTCPPorts = [6167];