nixos-configuration/nixosConfigurations/muede-lpt2/hyperhive.nix
2026-05-30 14:24:30 +02:00

10 lines
191 B
Nix

{ hyperhive, ... }:
{
imports = [ hyperhive.nixosModules.default ];
config.services.hyperhive = {
enable = true;
domain = "pr1ma.darkest.space";
matrix.enable = true;
};
}