nixos-configuration/nixosConfigurations/muede-lpt2/hyperhive.nix
2026-05-30 18:45:29 +02:00

13 lines
233 B
Nix

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