headscale

This commit is contained in:
Henri Dohmen 2025-05-14 23:43:38 +02:00
parent 26b5a32ab1
commit 3daa817aad
6 changed files with 120 additions and 38 deletions

8
mod/server/all.nix Normal file
View file

@ -0,0 +1,8 @@
{ mod, ... }:
{
imports = with mod.server; [
services
networking
security
];
}