mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
config: update declarative users procedure
This commit is contained in:
parent
6bde240991
commit
d4fac02340
@ -355,7 +355,7 @@
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Setting the homely options.
|
||||
home.username = metadata.username or name;
|
||||
home.username = name;
|
||||
home.homeDirectory = metadata.home-directory or "/home/${config.home.username}";
|
||||
|
||||
# home-manager configurations are expected to be deployed on
|
||||
|
Loading…
Reference in New Issue
Block a user