cfg/mod/server/all.nix
Henri Dohmen 3daa817aad headscale
2025-05-14 23:43:38 +02:00

8 lines
95 B
Nix

{ mod, ... }:
{
imports = with mod.server; [
services
networking
security
];
}