discourse: init (wip)

Incomplete installation of Discourse on pendragon.

Missing in particular are emails (both outgoing and incoming).

Signed-off-by: Jeltz <jeltz@federez.net>
This commit is contained in:
jeltz 2024-08-09 05:48:12 +02:00
parent 61ed6e9571
commit 7491e221d3
Signed by: jeltz
GPG key ID: 800882B66C0C3326
4 changed files with 40 additions and 1 deletions

View file

@ -134,4 +134,21 @@ in
./profiles/gitlab.nix
];
};
pendragon = { name, nodes, ... }: {
deployment.tags = [ "discourse" ];
deployment.targetHost = "pendragon.federez.net";
federez.monitoring.apiKey = "370a181d-6b00-4c3d-af27-ca65e6e4c1b0";
networking.hostName = name;
glucagon.networking = {
nibble = 233;
wan-mac = "BC:24:11:C2:AA:47";
};
imports = [
./profiles/vm.nix
./profiles/discourse.nix
];
};
}