diff options
author | sefidel <contact@sefidel.net> | 2023-10-21 20:40:55 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-10-21 20:40:55 +0900 |
commit | 5168a96077349759a3e9ebb59882960d9e8d939b (patch) | |
tree | cfd8346475557304924e8e31edb5188aee35d437 /nixos | |
parent | df35a85bb07f329484a15e79eaa798682bc2a288 (diff) | |
download | nixrc-5168a96077349759a3e9ebb59882960d9e8d939b.tar.gz nixrc-5168a96077349759a3e9ebb59882960d9e8d939b.zip |
feat(nixos/alpha): enable tailscale
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/alpha/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index eb62971..b53fbd4 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -224,6 +224,9 @@ programs.dconf.enable = true; services.gnome.gnome-keyring.enable = true; + services.tailscale.enable = true; + services.tailscale.useRoutingFeatures = "both"; + services.greetd = { enable = true; vt = 2; |