From 3e8ba3e2d7b5a1540de04d34e7bfcfb8546223e9 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 4 Dec 2023 09:15:37 -0600 Subject: [PATCH] Create home directory --- modules/nixos/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/common.nix b/modules/nixos/common.nix index d4b21e2..1223309 100644 --- a/modules/nixos/common.nix +++ b/modules/nixos/common.nix @@ -86,6 +86,7 @@ daniel = { isNormalUser = true; home = "/home/daniel/.home"; + createHome = true; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAPLXOjupz3ScYjgrF+ehrbp9OvGAWQLI6fplX6w9Ijb daniel@lyte.dev" ];