corrected hash password value + created boxuser group in box
This commit is contained in:
@@ -4,10 +4,11 @@ users.users.boxuser = {
|
|||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
group = "boxuser";
|
group = "boxuser";
|
||||||
extraGroups = ["wheel" "docker" "networkmanager"]; # Enable ‘sudo’ for the user.
|
extraGroups = ["wheel" "docker" "networkmanager"]; # Enable ‘sudo’ for the user.
|
||||||
hashedPassword = "$6$Gk6L21XBSf.YbfU1$eadMLbwvAgudTjPOLCsZfRNxfGptARnAazhs0xz/GcNEYGQS/GjLov/jJsHnPIKBNIPQJEG4XhZ3K097bfi
|
hashedPassword = "$6$Gk6L21XBSf.YbfU1$eadMLbwvAgudTjPOLCsZfRNxfGptARnAazhs0xz/GcNEYGQS/GjLov/jJsHnPIKBNIPQJEG4XhZ3K097bfi1c1";
|
||||||
1c1";
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
fastfetch
|
fastfetch
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.groups.boxuser = {};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user