puter/hosts/headless/abacus/headscale.nix
2025-03-09 16:37:21 +01:00

10 lines
128 B
Nix

{
services.headscale = {
enable = true;
address = "127.0.0.1";
port = 3122; # TODO
settings = {
};
};
}