This commit is contained in:
Alejandro Angulo 2023-03-12 11:14:43 -07:00
parent c15ee0a39b
commit fb20c45ead
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 46 additions and 3 deletions

View file

@ -33,7 +33,7 @@ in {
inherit (cfg) name;
home = "/home/{$cfg.name}";
home = "/home/${cfg.name}";
group = "users";
shell = pkgs.zsh;