switching back to extraGroups as the groups option just does not exist

This commit is contained in:
2025-10-02 14:46:35 +03:00
parent 47d430ee53
commit 2c03ba2b42

View File

@@ -15,7 +15,7 @@
];
users.users.boxuser = {
isNormalUser = true;
groups = ["wheel" "docker" "networkmanager"]; # Enable sudo for the user.
extraGroups = ["wheel" "docker" "networkmanager"]; # Enable sudo for the user.
password = "boxuser";
packages = with pkgs; [
fastfetch