about summary refs log tree commit diff
path: root/pkgs/servers/tailscale
diff options
context:
space:
mode:
authorDanielle <dani@builds.terrible.systems>2024-05-04 23:31:47 +0200
committerGitHub <noreply@github.com>2024-05-04 23:31:47 +0200
commit1cc23f964dc07733034c1646d440a2d9ebb41ae5 (patch)
tree93e716fbff3b1ceb4a1a3b91f0f6a7aa998a25ce /pkgs/servers/tailscale
parent51d821b7cced58c484056df01c55d8464fad5e47 (diff)
Revert "tailscale: apply basic systemd hardening (#306241)"
This reverts commit b247c414c4a573dc4edeceb8b8426b5d6545dcfd.
Diffstat (limited to 'pkgs/servers/tailscale')
-rw-r--r--pkgs/servers/tailscale/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/servers/tailscale/default.nix b/pkgs/servers/tailscale/default.nix
index 40d832620c3fa..20637c70129f0 100644
--- a/pkgs/servers/tailscale/default.nix
+++ b/pkgs/servers/tailscale/default.nix
@@ -9,7 +9,6 @@
 , shadow
 , procps
 , nixosTests
-, fetchpatch
 }:
 
 let
@@ -27,15 +26,6 @@ buildGoModule {
   };
   vendorHash = "sha256-pYeHqYd2cCOVQlD1r2lh//KC+732H0lj1fPDBr+W8qA=";
 
-  patches = [
-    # Reverts "cmd/tailscaled/tailscaled.service: revert recent hardening"
-    (fetchpatch {
-      url = "https://github.com/tailscale/tailscale/commit/2889fabaefc50040507ead652d6d2b212f476c2b.patch";
-      hash = "sha256-DPBrv7kjSVXhmptUGGzOkaP4iXi/Bym3lvqy4otL9HE=";
-      revert = true;
-    })
-  ];
-
   nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];
 
   CGO_ENABLED = 0;