nixos-configuration/nixosConfigurations/muede-lpt2/hyperhive.nix

8 lines
129 B
Nix

{ hyperhive, ... }:
{
imports = [ hyperhive.nixosModules.default ];
config.services.hyperhive = {
enable = true;
};
}