mcwhirter.io: moved to cuallaidh

This commit is contained in:
Serĉanto de Scio 2021-06-07 22:22:24 +10:00
parent 74d291ab85
commit 32c14339ac
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
3 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@
#../profiles/hydra.nix #../profiles/hydra.nix
../profiles/iohk.nix ../profiles/iohk.nix
../profiles/matrix.nix ../profiles/matrix.nix
../profiles/mcwhirter.io.nix
../profiles/minecraftServer.nix ../profiles/minecraftServer.nix
../profiles/nextcloud.nix ../profiles/nextcloud.nix
../profiles/nixpkgs-dev.nix ../profiles/nixpkgs-dev.nix

View file

@ -6,7 +6,6 @@
imports = [ imports = [
../networks/pi3B_rack.nix ../networks/pi3B_rack.nix
../profiles/cyclone-ibis.nix ../profiles/cyclone-ibis.nix
../profiles/mcwhirter.io.nix
]; ];
# Comment out deployment when building the SD Image. # Comment out deployment when building the SD Image.

View file

@ -40,6 +40,7 @@ in {
certs = { certs = {
"${webdomain}" = { "${webdomain}" = {
email = "admin@${webdomain}"; email = "admin@${webdomain}";
group = "matrix-synapse";
}; };
}; };
}; };