From 214cff689b57fb071142a9718a6193f100a154a4 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 6 Sep 2022 08:04:25 -0700 Subject: [PATCH] Ugh...isSystemUser = true, not false --- lib/fudo/minecraft-clj.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fudo/minecraft-clj.nix b/lib/fudo/minecraft-clj.nix index a06bbf1..9e8af2d 100644 --- a/lib/fudo/minecraft-clj.nix +++ b/lib/fudo/minecraft-clj.nix @@ -71,7 +71,7 @@ in { config = mkIf cfg.enable { users = { users."${cfg.user}" = { - isSystemUser = false; + isSystemUser = true; home = cfg.data-dir; group = cfg.group; createHome = true;