diff --git a/nixos/modules/default.nix b/nixos/modules/default.nix index 67fad68..0208df2 100644 --- a/nixos/modules/default.nix +++ b/nixos/modules/default.nix @@ -128,6 +128,7 @@ users = { ivand = { isNormalUser = true; + createHome = true; extraGroups = [ "adbusers" "adm"