adding tailscale
This commit is contained in:
10
modules/tailscale.nix
Normal file
10
modules/tailscale.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
|
||||
useRoutingFeatures = "both";
|
||||
authKeyFile = "/home/blake/.nix/.keyring/tailscale/authkey";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user