From 5432527dd555532de2a9b6fb83d83e3213c40f6a Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 16:38:38 +0100 Subject: Fix: Further bc of the home issue --- system/users/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/users/default.nix') 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"]; -- cgit 1.4.1