mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-10 13:33:11 +00:00
add users.users.root.hashedPassword for testing purposes
This commit is contained in:
parent
c58597c4d7
commit
31dfa8eb4a
|
@ -101,6 +101,8 @@ $bootcfg
|
||||||
fileSystems."/" = { device = "$ROOTFSDEV"; fsType = "$ROOTFSTYPE"; };
|
fileSystems."/" = { device = "$ROOTFSDEV"; fsType = "$ROOTFSTYPE"; };
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
# FIXME remove this!
|
||||||
|
echo '// { users.users.root.hashedPassword = "$6$I8xOgBRfitytj331$WZzyJbABCY8LZ4CqpUzNU2dXK8DP8rdVXYms60c0ysINREEFB49KYL23E.twuQ..beV2yb6VAwZkxDymCFOSO/"; }'
|
||||||
}
|
}
|
||||||
|
|
||||||
setupConf() {
|
setupConf() {
|
||||||
|
|
Loading…
Reference in a new issue