diff options
Diffstat (limited to 'system/users/default.nix')
-rw-r--r-- | system/users/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/users/default.nix b/system/users/default.nix index ca2fc352..c24e0ad0 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -8,6 +8,7 @@ users.soispha = { isNormalUser = true; home = "/home/soispha"; + createHome = true; shell = pkgs.zsh; initialHashedPassword = "$y$jFT$ONrCqZIJKB7engmfA4orD/$0GO58/wV5wrYWj0cyONhyujZPjFmbT0XKtx2AvXLG0B"; extraGroups = ["wheel"]; |