From bbedc6d466ef240c2ff1956e4155fdeb8dfc6d78 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 14 May 2023 09:03:44 -0400 Subject: hosts: start using tailscale + endlessh -> fail2ban --- hosts/glados-wsl/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/glados-wsl/default.nix') diff --git a/hosts/glados-wsl/default.nix b/hosts/glados-wsl/default.nix index a05f3ea..33770eb 100644 --- a/hosts/glados-wsl/default.nix +++ b/hosts/glados-wsl/default.nix @@ -5,13 +5,17 @@ }: { imports = [ (modulesPath + "/profiles/minimal.nix") + ../../modules/nixos/features/tailscale.nix ]; environment.systemPackages = with pkgs; [ wslu ]; - getchoo.base.networking.enable = false; + getchoo = { + base.networking.enable = false; + features.tailscale.enable = true; + }; wsl = { enable = true; -- cgit v1.2.3