group, extraGroups fix
This commit is contained in:
@@ -74,7 +74,8 @@
|
|||||||
};
|
};
|
||||||
"hazel" = {
|
"hazel" = {
|
||||||
home = "/home/hazel";
|
home = "/home/hazel";
|
||||||
groups = [ "wheel" ];
|
group = "hazel";
|
||||||
|
extraGroups = [ "wheel" ];
|
||||||
description = "hazel";
|
description = "hazel";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
|
|||||||
Reference in New Issue
Block a user