From d5b290f9cb3cbe456b8426542e8a56f354c6b234 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Mon, 19 Aug 2024 15:46:50 -0400 Subject: [PATCH] tailscale --- systems/zeus/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systems/zeus/configuration.nix b/systems/zeus/configuration.nix index 7e3184e..f6b88bc 100644 --- a/systems/zeus/configuration.nix +++ b/systems/zeus/configuration.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ config, pkgs, ... }: { imports = [ # Include the results of the hardware scan. @@ -288,6 +288,10 @@ }; services = { + tailscale = { + enable = true; + openFirewall = true; + } samba = { enable = true; shares = {