update home config

This commit is contained in:
Vinzenz Schroeter 2024-05-25 11:24:00 +02:00
parent 18ecc85b77
commit c4a99e93ed
4 changed files with 30 additions and 6 deletions

View file

@ -10,10 +10,11 @@ in {
users.users.vinzenz = {
isNormalUser = true;
name = "vinzenz";
description = "Vinzenz Schroeter";
description = "Vinzenz";
home = "/home/vinzenz";
extraGroups = ["networkmanager" "wheel" "games" "dialout" "podman"];
extraGroups = ["networkmanager" "wheel" "games" "dialout" "podman" "nginx"];
shell = pkgs.zsh;
autoSubUidGidRange = true;
};
};
}