wip
This commit is contained in:
parent
c15ee0a39b
commit
fb20c45ead
4 changed files with 46 additions and 3 deletions
|
@ -33,7 +33,7 @@ in {
|
|||
|
||||
inherit (cfg) name;
|
||||
|
||||
home = "/home/{$cfg.name}";
|
||||
home = "/home/${cfg.name}";
|
||||
group = "users";
|
||||
|
||||
shell = pkgs.zsh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue