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/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/glados/default.nix') diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index 4aef9e7..c05f08a 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -2,11 +2,13 @@ _: { imports = [ ./boot.nix ./hardware-configuration.nix + ../../modules/nixos/features/tailscale.nix ]; getchoo = { base.virtualisation.enable = true; desktop.gnome.enable = true; + features.tailscale.enable = true; hardware = { enable = true; nvidia.enable = true; -- cgit v1.2.3