From e063023e92d52dafdcf60513071b24a0c3b16470 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 21 Oct 2023 20:02:00 +0900 Subject: feat(nixos/haruka): enable tailscale --- nixos/haruka/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix index 1d2bdf3..c4730b6 100644 --- a/nixos/haruka/configuration.nix +++ b/nixos/haruka/configuration.nix @@ -243,6 +243,9 @@ programs.dconf.enable = true; services.gnome.gnome-keyring.enable = true; # TODO: replace this with pass-secret-service? + services.tailscale.enable = true; + services.tailscale.useRoutingFeatures = "both"; + services.greetd = { enable = true; vt = 2; -- cgit 1.4.1