From eb29949a03e7c7d80e7b5312c1af80f1afc1896c Mon Sep 17 00:00:00 2001 From: nhnn Date: Tue, 20 May 2025 16:24:12 +0300 Subject: [PATCH] refactor: remove sudo --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index e1a0ba4..d8f2743 100644 --- a/configuration.nix +++ b/configuration.nix @@ -231,6 +231,8 @@ in systemd.coredump.enable = false; environment.memoryAllocator.provider = "libc"; # Scudo has problems with PHP, which may cause PHP to segfault... + + security.sudo.enable = false; boot.kernel.sysctl = { "net.ipv4.ip_forward" = 1; # TODO why is it here by default, for VPN only?