From 2c0ed757422c6b8125edadea15d2de9fceea8935 Mon Sep 17 00:00:00 2001 From: voidarc Date: Wed, 29 Jul 2026 17:47:46 +0100 Subject: [PATCH] removed conflicting password option --- modules/system/core/user.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system/core/user.nix b/modules/system/core/user.nix index b1f6678..3974ba2 100644 --- a/modules/system/core/user.nix +++ b/modules/system/core/user.nix @@ -8,7 +8,6 @@ in { users.users = { root = { - initialPassword = "password"; shell = inputs'.nix-config.packages.zsh; }; user01 = {