This commit is contained in:
2025-11-26 18:36:04 +01:00
parent 4e6cb03e8c
commit 64def5d8ae
3 changed files with 4 additions and 2 deletions

View File

@@ -5,8 +5,8 @@
home = {
inherit username;
homeDirectory = lib.mkForce "/home/${username}";
group = "${username}";
isNormaleUser = true;
#group = "${username}";
#isNormalUser = true;
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage