diff options
Diffstat (limited to 'nixos/haruka')
-rw-r--r-- | nixos/haruka/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |