nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 893b1941133dc117e910ebf96c5481bf111ab7e5
parent 74250d1e1dac41a3dc7a8febbc3d203280258c15
Author: Toni Brown <tb148@proton.me>
Date:   Fri,  5 Sep 2025 16:25:47 +0800

use doas-sudo-shim

Diffstat:
Mconfiguration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration.nix b/configuration.nix @@ -54,6 +54,7 @@ environment.systemPackages = with pkgs; [ catppuccin-cursors.mochaMauve + doas-sudo-shim git helix sarasa-gothic @@ -117,7 +118,6 @@ }; security.sudo.enable = false; - security.sudo-rs.enable = true; security.doas.enable = true; security.doas.extraRules = lib.mkAfter [ {