nixos-configuration/nixosConfigurations/muede-pc2/hyperhive.nix
2026-06-05 22:50:31 +02:00

15 lines
297 B
Nix

{ hyperhive, ... }:
{
imports = [ hyperhive.nixosModules.default ];
config.services.hyperhive = {
enable = true;
domain = "umbra.darkest.space";
matrix = {
enable = true;
gui.enable = true;
};
forge.ci.enable = true;
gateway.localHostsEntry = true;
};
}