From b6a3eaef754b00ddfcbd40f9ae618a48cc975d8d Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 1 Sep 2025 00:45:19 -0700 Subject: [PATCH] disable sysusers for now --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 7b65ebb..28362a7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,7 +73,7 @@ services.cron.enable = true; - systemd.sysusers.enable = true; + # systemd.sysusers.enable = true; users.mutableUsers = true; users.users.kyle = { initialPassword = "password";