added docker to leyla and horizon

This commit is contained in:
Leyla Becker 2024-08-26 23:57:46 -05:00
parent f7963b8010
commit 8d48ce99a1
2 changed files with 9 additions and 2 deletions

View file

@ -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 {