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";