Skip to content

Commit

Permalink
modules/users: default user is a normal user
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwu committed Jun 30, 2021
1 parent 2cb8c88 commit 6fabd47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ with config.nixos; {
"${settings.system.user}" = {
uid = 1000;
createHome = true;
isNormalUser = true;
useDefaultShell = true;

home = settings.system.home;
Expand Down

0 comments on commit 6fabd47

Please sign in to comment.