From 432016df5546557105522228a2bdea7182055355 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 18 Jan 2021 00:12:42 -0500 Subject: [PATCH] Add tailscale --- main/general.nix | 8 ++------ main/packages.nix | 1 + 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/main/general.nix b/main/general.nix index c8c5f15..3aaac06 100644 --- a/main/general.nix +++ b/main/general.nix @@ -30,10 +30,6 @@ # Set your time zone. time.timeZone = "America/Toronto"; - # Set keyboard layout. - services.xserver = { - layout = "us"; - xkbVariant = "altgr-intl"; - xkbOptions = "caps:escape"; - }; + services.tailscale.enable = true; + } diff --git a/main/packages.nix b/main/packages.nix index dcc9d34..0457dcd 100644 --- a/main/packages.nix +++ b/main/packages.nix @@ -57,6 +57,7 @@ nmap openvpn postman + tailscale # terraform terraform-ls