From 38300de02624a14ddc6c385fb296d86fc6b8ea8b Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 15:40:28 +0200 Subject: [PATCH] Trying normal user but with no home --- configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 079925d..67cc5a0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,10 +26,8 @@ ]; users.users.website = { - # home = "/home/website"; - # createHome = true; - isSystemUser = true; - # isNormalUser = true; + createHome = false; + isNormalUser = true; group = "users"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7P9K9D5RkBk+JCRRS6AtHuTAc6cRpXfRfRMg/Kyren"