summaryrefslogtreecommitdiff
path: root/hosts/network.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/network.nix')
-rw-r--r--hosts/network.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/network.nix b/hosts/network.nix
index 433a206..4e82191 100644
--- a/hosts/network.nix
+++ b/hosts/network.nix
@@ -28,5 +28,9 @@
pkgs.iptables
];
+ services.tailscale = {
+ enable = true;
+ };
+
# services.opensnitch.enable = true;
}