From 7b5ca0ab689ac561e8acf369e43ab8bb5efc7160 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 3 Mar 2025 16:18:25 +0100 Subject: [PATCH] Another try... --- hosts/antares/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index f25588b..bc68e5f 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -119,7 +119,7 @@ ]; }; users.users.mcserver = { - isSystemUser = true; + group = "mcserver"; home = "/srv/mcserver"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICtL2eG098LhkFPR4N5e44XMq60uvCUCOuKMYs5zjg6f" -- 2.47.2