move docker group to appropriate place

This commit is contained in:
KoenDR06 2025-11-25 16:27:39 +01:00
parent 2468c5ab74
commit 31c4d62a82
2 changed files with 1 additions and 1 deletions

View file

@ -62,5 +62,6 @@ in {
# Docker # Docker
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
users.users.${username}.extraGroups = ["docker"];
}; };
} }

View file

@ -53,7 +53,6 @@ in {
]; ];
extraGroups = [ extraGroups = [
"wheel" "wheel"
"docker"
]; ];
}; };
}; };