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;
extraGroups = [
username
"wheel"
];
hashedPasswordFile = lib.mkDefault config.sops.secrets.imxyy-nix-hashed-password.path;
};