Add user to docker group

This commit is contained in:
Sijmen 2022-12-17 17:39:03 +01:00
parent 64da4c43ce
commit 4d8ac57eb8
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
users.users.sijmen = { users.users.sijmen = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" "docker" ];
description = "Sijmen"; description = "Sijmen";
}; };