added docker to leyla and horizon
This commit is contained in:
parent
96ef08b010
commit
4cd603416d
2 changed files with 9 additions and 2 deletions
|
@ -35,7 +35,7 @@ in
|
|||
(
|
||||
if cfg.isNormalUser then {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "wheel" "adbusers" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "adbusers" "docker" ];
|
||||
|
||||
hashedPasswordFile = config.sops.secrets."passwords/leyla".path;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue