add myself to the docker
group
This commit is contained in:
parent
b296c64e1f
commit
f9bda5ff45
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
users.users.cswimr = {
|
||||
isNormalUser = true;
|
||||
description = "Seaswimmer";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
# packages = with pkgs; []; use home-manager instead!
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue