add ronja to lp2

This commit is contained in:
Vinzenz Schroeter 2024-02-09 18:52:20 +01:00
parent 368596c1e4
commit e7da5bf627
3 changed files with 15 additions and 4 deletions

View file

@ -13,7 +13,7 @@ in {
name = "ronja";
description = "Ronja Spiegelberg";
home = "/home/ronja";
extraGroups = ["networkmanager" "wheel" "games"];
extraGroups = ["networkmanager" "wheel" "games" "podman"];
shell = pkgs.zsh;
};
};

View file

@ -12,7 +12,7 @@ in {
name = "vinzenz";
description = "Vinzenz Schroeter";
home = "/home/vinzenz";
extraGroups = ["networkmanager" "wheel" "games" "dialout"];
extraGroups = ["networkmanager" "wheel" "games" "dialout" "podman"];
shell = pkgs.zsh;
};
};