From 32232d08dbd1ef992d36db434b566ac682d31534 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 5 Jul 2025 11:25:38 +0800 Subject: [PATCH] fix: add self back to wheel group --- modules/user.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/user.nix b/modules/user.nix index f925146..2034062 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -28,6 +28,7 @@ lib.my.makeSwitch { shell = pkgs.zsh; extraGroups = [ username + "wheel" ]; hashedPasswordFile = lib.mkDefault config.sops.secrets.imxyy-nix-hashed-password.path; };