Skip to content

Commit

Permalink
FMO-..: Fix installer Home dir
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kuznetsov <[email protected]>
  • Loading branch information
jsvapiav committed Jan 9, 2025
1 parent 978452e commit 0a1c417
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config-processor-installers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};

Expand Down

0 comments on commit 0a1c417

Please sign in to comment.