pluh 🗣
This commit is contained in:
parent
668140531b
commit
516b647ed4
35 changed files with 204 additions and 119 deletions
9
hosts/headless/abacus/headscale.nix
Normal file
9
hosts/headless/abacus/headscale.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services.headscale = {
|
||||
enable = true;
|
||||
address = "127.0.0.1";
|
||||
port = 3122; # TODO
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue