puter/hosts/headless/abacus/headscale.nix

10 lines
128 B
Nix
Raw Normal View History

2025-03-09 15:37:21 +00:00
{
services.headscale = {
enable = true;
address = "127.0.0.1";
port = 3122; # TODO
settings = {
};
};
}