From ffe4638e99b5f8b46b6c50f4c7c35f61d57cc49a Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 13:11:35 +0200 Subject: [PATCH] Another try --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index d1e9c2e..2c6cf62 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,10 +26,10 @@ ]; users.users.website = { - home = "/srv/website"; + home = "/home/website"; # isSystemUser = true; isNormalUser = true; - useDefaultShell = false; + # useDefaultShell = false; hashedPassword = "$y$j9T$ZT9dUDb5fMGtQTQumYE49.$KI98XnTuykSgTAeP/gttTzEaj0Ys834WxAtKzT1CAb6" openssh.authorizedKeys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7P9K9D5RkBk+JCRRS6AtHuTAc6cRpXfRfRMg/Kyren"