corrected groups invocation according to nixos-rebuild error

This commit is contained in:
2025-10-02 14:40:52 +03:00
parent a6bcb7eccf
commit 47d430ee53

View File

@@ -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