nixos

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

commit ebceafcf8f89f81f83a398eef6be07a7d1abf80c
parent 382f4b720ff6827214f33c4323eeb75ab2bb67c3
Author: Toni Brown <me@tb148.net>
Date:   Tue, 24 Feb 2026 12:13:11 +0800

update doas rules

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

diff --git a/configuration.nix b/configuration.nix @@ -135,9 +135,9 @@ { groups = ["wheel"]; persist = true; + keepEnv = true; setEnv = [ "SUDO_UID=$UID" - "LANG" ]; } ];