use flake conduwuit
This commit is contained in:
parent
e47aa973bb
commit
278816e49d
3 changed files with 673 additions and 19 deletions
|
@ -3,6 +3,7 @@
|
|||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
inputs',
|
||||
...
|
||||
}: {
|
||||
containers.conduit-stranger-systems = {
|
||||
|
@ -37,15 +38,7 @@
|
|||
port = [6167];
|
||||
address = ["0.0.0.0"];
|
||||
};
|
||||
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=";
|
||||
};
|
||||
});
|
||||
package = inputs'.conduwuit.packages.default;
|
||||
};
|
||||
# Open the port
|
||||
networking.firewall.allowedTCPPorts = [6167];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue