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