From c4ffe7c0cb1b1c7bfcb3c918673f5f1f1706e038 Mon Sep 17 00:00:00 2001 From: Ivan Kirilov Dimitrov Date: Tue, 2 Jul 2024 17:30:53 +0200 Subject: [PATCH] create home for user --- nixos/modules/default.nix | 1 + 1 file changed, 1 insertion(+) 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"