diff options
author | polwex <polwex@sortug.com> | 2024-08-22 18:43:28 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-08-22 18:43:28 +0700 |
commit | e4b410f300184264525a4578d1c9194264d1ac33 (patch) | |
tree | a4c478d35bba91c2f647b9c4a0e306f354fa11bc /hosts/network.nix | |
parent | 014b061d11abe8edcd27de37ac40b4c908407f06 (diff) |
m
Diffstat (limited to 'hosts/network.nix')
-rw-r--r-- | hosts/network.nix | 4 |
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; } |