From ffcc7b397f622ea6930331a326695162040e8bb9 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Tue, 1 Jul 2025 18:12:54 +0100 Subject: [PATCH] wip --- hosts/common/features/tailscale.nix | 4 ++++ hosts/desktop/default.nix | 1 + 2 files changed, 5 insertions(+) create mode 100644 hosts/common/features/tailscale.nix diff --git a/hosts/common/features/tailscale.nix b/hosts/common/features/tailscale.nix new file mode 100644 index 0000000..2ec6efa --- /dev/null +++ b/hosts/common/features/tailscale.nix @@ -0,0 +1,4 @@ +{ pkgs, ... }: +{ + services.tailscale.enable = true; +} diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index b87d931..dc320be 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -18,6 +18,7 @@ ../common/features/bluetooth.nix ../common/features/ledger.nix ../common/features/android-studio.nix + ../common/features/tailscale.nix ]; networking.hostName = "konishi";