10 lines
128 B
Nix
10 lines
128 B
Nix
|
{
|
||
|
services.headscale = {
|
||
|
enable = true;
|
||
|
address = "127.0.0.1";
|
||
|
port = 3122; # TODO
|
||
|
settings = {
|
||
|
};
|
||
|
};
|
||
|
}
|