added docker to defiant
This commit is contained in:
parent
bf0d019047
commit
11603852f4
4 changed files with 41 additions and 11 deletions
|
@ -37,7 +37,7 @@ in
|
|||
if (cfg.isFullUser || cfg.isThinUser) then {
|
||||
isNormalUser = true;
|
||||
extraGroups = lib.mkMerge [
|
||||
["networkmanager" "wheel" "docker" "users"]
|
||||
["networkmanager" "wheel" "users"]
|
||||
(
|
||||
lib.mkIf (!cfg.isThinUser) [ "adbusers" ]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue