summary refs log tree commit diff
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2022-04-18 02:00:29 +0530
committerAshish SHUKLA <ashish.is@lostca.se>2022-04-18 02:00:29 +0530
commit4a973081b32e547524a0cce7d65f64beee5f459b (patch)
treef4e64bb4b19f2801b07bf3efbabf7d415ba7bf4a
parentfaad370edcb37162401be50d45526f52bb16a713 (diff)
downloadnixpkgs-4a973081b32e547524a0cce7d65f64beee5f459b.tar
nixpkgs-4a973081b32e547524a0cce7d65f64beee5f459b.tar.gz
nixpkgs-4a973081b32e547524a0cce7d65f64beee5f459b.tar.bz2
nixpkgs-4a973081b32e547524a0cce7d65f64beee5f459b.tar.lz
nixpkgs-4a973081b32e547524a0cce7d65f64beee5f459b.tar.xz
nixpkgs-4a973081b32e547524a0cce7d65f64beee5f459b.tar.zst
nixpkgs-4a973081b32e547524a0cce7d65f64beee5f459b.zip
headscale: Fix typo as per systemd.exec(5)
-rw-r--r--nixos/modules/services/networking/headscale.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/headscale.nix b/nixos/modules/services/networking/headscale.nix
index 091d2a938cd..5b07beadb45 100644
--- a/nixos/modules/services/networking/headscale.nix
+++ b/nixos/modules/services/networking/headscale.nix
@@ -479,7 +479,7 @@ in
           NoNewPrivileges = true;
           LockPersonality = true;
           RestrictRealtime = true;
-          SystemCallFilter = [ "@system-service" "~@priviledged" "@chown" ];
+          SystemCallFilter = [ "@system-service" "~@privileged" "@chown" ];
           SystemCallArchitectures = "native";
           RestrictAddressFamilies = "AF_INET AF_INET6 AF_UNIX";
         };