Skip to content

Commit

Permalink
feat!: remove my opsiess
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 14, 2023
1 parent 819bc30 commit ee2b769
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/base/common/services/tailscale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ in {
allowedUDPPorts = [port];
};

# https://tailscale.com/kb/1019/subnets/?tab=linux#step-1-install-the-tailscale-client
boot.kernel.sysctl = mkIf cfg.server.enable {
"net.ipv4.ip_forward" = true;
"net.ipv6.conf.all.forwarding" = true;
};

services.tailscale = {
enable = true;
permitCertUid = mkIf cfg.client.enable "root";
Expand Down

0 comments on commit ee2b769

Please sign in to comment.