-
-
Notifications
You must be signed in to change notification settings - Fork 502
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds-triageAn issue that is to be reviewed and assessedAn issue that is to be reviewed and assessed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-triageAn issue that is to be reviewed and assessedAn issue that is to be reviewed and assessed