fix: add self back to wheel group
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user