corrected groups invocation according to nixos-rebuild error
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
];
|
||||
users.users.boxuser = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "docker" "networkmanager"]; # Enable ‘sudo’ for the user.
|
||||
groups = ["wheel" "docker" "networkmanager"]; # Enable ‘sudo’ for the user.
|
||||
password = "boxuser";
|
||||
packages = with pkgs; [
|
||||
fastfetch
|
||||
|
||||
Reference in New Issue
Block a user