diff --git a/hosts/cuallaidh.nix b/hosts/cuallaidh.nix index d00d029..104d37b 100644 --- a/hosts/cuallaidh.nix +++ b/hosts/cuallaidh.nix @@ -9,12 +9,12 @@ ../networks/linode.nix ../profiles/coturn.nix ../profiles/cryptpad.nix - #../profiles/cyclone-ibis.nix + ../profiles/cyclone-ibis.nix ../profiles/gitea.nix #../profiles/hydra.nix ../profiles/iohk.nix ../profiles/matrix.nix - #../profiles/mcwhirter.io.nix + ../profiles/mcwhirter.io.nix ../profiles/nextcloud.nix ../profiles/nixpkgs-dev.nix ../profiles/taskserver.nix diff --git a/profiles/matrix.nix b/profiles/matrix.nix index 695519d..f57f6b5 100644 --- a/profiles/matrix.nix +++ b/profiles/matrix.nix @@ -145,7 +145,7 @@ email = "acme@mcwhirter.io"; }; "synapse.mcwhirter.io" = { - #group = "matrix-synapse"; + group = "matrix-synapse"; postRun = "systemctl reload nginx.service; systemctl restart matrix-synapse.service"; email = "acme@mcwhirter.io"; }; diff --git a/profiles/mcwhirter.io.nix b/profiles/mcwhirter.io.nix index 30906f6..70afadd 100644 --- a/profiles/mcwhirter.io.nix +++ b/profiles/mcwhirter.io.nix @@ -7,7 +7,7 @@ let name = "mcwhirter-io-src"; url = "https://source.mcwhirter.io/craige/mcwhirter.io.git"; branchName = "master"; - sha256 = "0g4swgrbx7hg0ip6if15hlm9frx8is2385lwkxyx2gkpg66p3f26"; + sha256 = "sha256-RrhxjXl3PtF9n5wWNISOqGeXKoUluGhuBA+evvLjmjw="; }) { nixpkgs = pkgs; }; webdomain = "mcwhirter.io";