This commit is contained in:
iFargle 2023-11-30 11:07:52 +09:00
parent 64f2cf2ed2
commit 9397f000ad

View file

@ -72,6 +72,8 @@
};
system.stateVersion = stateVersion;
# Seems like this is needed because of account lockouts while unlocking the disk?
users.users.root.hashedPassword = "$y$j9T$tuWoymR75nguhvCwCQwZq1$Ajxce4ODZiA6Xpai.dwE5MrH4qj.xV2850MtDG2jds0";
users.users.root = {
isSystemUser = true;
};
}