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:
parent
61ed6e9571
commit
7491e221d3
4 changed files with 40 additions and 1 deletions
17
hive.nix
17
hive.nix
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue