kyra(hardening): "locking" root

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-03 16:04:17 +03:00
parent a04279affe
commit 76ef25bb08

View file

@ -3,6 +3,7 @@
users = {
"root" = {
shell = "${pkgs.util-linux}/bin/nologin";
initialHashedPassword = "!";
};
};
};