From b0350e7bef2b80118f5d1959b2b5fcd568d1652e Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Fri, 2 May 2025 19:47:43 +0530 Subject: [PATCH] chore: run0 is fine, replace sudo-rs --- hosts/default/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 2ed0b85..b5d2ff9 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -128,14 +128,9 @@ enableNg = true; }; - # Replace sudo with sudo-rs security = { rtkit.enable = true; sudo.enable = false; - # sudo-rs = { - # enable = true; - # execWheelOnly = true; - # }; }; # Allow unfree packages