Initial clean commit
This commit is contained in:
commit
1862821f8f
15 changed files with 1240 additions and 0 deletions
5
modules/services/tailscale.nix
Normal file
5
modules/services/tailscale.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale.port = 41641;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue