Skip to content

[Bug] winboat won't read docker group on nixos ? #166

@realitymolder

Description

@realitymolder

What version of WinBoat are you running?

0.8.3

Your Environment

OS: NixOS
DE: Hyprland

Steps to Reproduce / Context

While on the onboarding, the section of : "User added to the docker group" is still there as an error, so I cannot continue.
But, AFAIK I already provieded those changes:

users.users.UserName = {
    isNormalUser = true;
    description = "user name";
    extraGroups = [
      "docker"
    ];

I also ran getent group docker to verify on my end if i managed to add the user to the docker group and got:
docker:x:131:UserName

Logs

install.log
qmp.log
winboat.log

Expected Behavior

In that state I would expect everything to pass on the setup, unless it is looking for specific commands that i dont have installed on my system.

Current Behavior

Stuck on the prerequisites step.

Possible Solution

No response

Quality Notice

  • I have checked the issue tracker and verified that this bug is a unique case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds-triageAn issue that is to be reviewed and assessed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions