Re-enabled cycloneibis and mcwhirter.io
This commit is contained in:
parent
2dac4d1f8c
commit
dac1513abe
|
@ -9,12 +9,12 @@
|
||||||
../networks/linode.nix
|
../networks/linode.nix
|
||||||
../profiles/coturn.nix
|
../profiles/coturn.nix
|
||||||
../profiles/cryptpad.nix
|
../profiles/cryptpad.nix
|
||||||
#../profiles/cyclone-ibis.nix
|
../profiles/cyclone-ibis.nix
|
||||||
../profiles/gitea.nix
|
../profiles/gitea.nix
|
||||||
#../profiles/hydra.nix
|
#../profiles/hydra.nix
|
||||||
../profiles/iohk.nix
|
../profiles/iohk.nix
|
||||||
../profiles/matrix.nix
|
../profiles/matrix.nix
|
||||||
#../profiles/mcwhirter.io.nix
|
../profiles/mcwhirter.io.nix
|
||||||
../profiles/nextcloud.nix
|
../profiles/nextcloud.nix
|
||||||
../profiles/nixpkgs-dev.nix
|
../profiles/nixpkgs-dev.nix
|
||||||
../profiles/taskserver.nix
|
../profiles/taskserver.nix
|
||||||
|
|
|
@ -145,7 +145,7 @@
|
||||||
email = "acme@mcwhirter.io";
|
email = "acme@mcwhirter.io";
|
||||||
};
|
};
|
||||||
"synapse.mcwhirter.io" = {
|
"synapse.mcwhirter.io" = {
|
||||||
#group = "matrix-synapse";
|
group = "matrix-synapse";
|
||||||
postRun = "systemctl reload nginx.service; systemctl restart matrix-synapse.service";
|
postRun = "systemctl reload nginx.service; systemctl restart matrix-synapse.service";
|
||||||
email = "acme@mcwhirter.io";
|
email = "acme@mcwhirter.io";
|
||||||
};
|
};
|
||||||
|
|
|
@ -7,7 +7,7 @@ let
|
||||||
name = "mcwhirter-io-src";
|
name = "mcwhirter-io-src";
|
||||||
url = "https://source.mcwhirter.io/craige/mcwhirter.io.git";
|
url = "https://source.mcwhirter.io/craige/mcwhirter.io.git";
|
||||||
branchName = "master";
|
branchName = "master";
|
||||||
sha256 = "0g4swgrbx7hg0ip6if15hlm9frx8is2385lwkxyx2gkpg66p3f26";
|
sha256 = "sha256-RrhxjXl3PtF9n5wWNISOqGeXKoUluGhuBA+evvLjmjw=";
|
||||||
}) { nixpkgs = pkgs; };
|
}) { nixpkgs = pkgs; };
|
||||||
webdomain = "mcwhirter.io";
|
webdomain = "mcwhirter.io";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue