Files
nixos-configs/modules/application-groups/homelab.nix

5 lines
57 B
Nix

{ pkgs, ... }:
{
services.meshcentral.enable = true;
}