From 0a1c4178422e36996b5dc11dfa6ca0229c1f9236 Mon Sep 17 00:00:00 2001 From: Ivan Kuznetsov Date: Thu, 9 Jan 2025 12:43:25 +0000 Subject: [PATCH] FMO-..: Fix installer Home dir Signed-off-by: Ivan Kuznetsov --- config-processor-installers.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-processor-installers.nix b/config-processor-installers.nix index dac5566..b195b06 100644 --- a/config-processor-installers.nix +++ b/config-processor-installers.nix @@ -56,6 +56,9 @@ let users.ghaf = { isNormalUser = true; extraGroups = ["wheel" "networkmanager" "video"]; + # TODO: add Home dir, should it be done with createHome? + home = lib.mkForce "/home/ghaf"; + # createHome = lib.mkForce true; }; };