fix: add self back to wheel group

This commit is contained in:
2025-07-05 11:25:38 +08:00
parent 2d9c505ad7
commit 32232d08db

View File

@@ -28,6 +28,7 @@ lib.my.makeSwitch {
shell = pkgs.zsh; shell = pkgs.zsh;
extraGroups = [ extraGroups = [
username username
"wheel"
]; ];
hashedPasswordFile = lib.mkDefault config.sops.secrets.imxyy-nix-hashed-password.path; hashedPasswordFile = lib.mkDefault config.sops.secrets.imxyy-nix-hashed-password.path;
}; };