From 31dfa8eb4af5f333bb73bf1967e06cc68d827283 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Mon, 20 Nov 2023 19:02:32 +0400 Subject: [PATCH] add users.users.root.hashedPassword for testing purposes --- nixos-infect | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos-infect b/nixos-infect index 34ce6e9..eaa35b7 100755 --- a/nixos-infect +++ b/nixos-infect @@ -101,6 +101,8 @@ $bootcfg fileSystems."/" = { device = "$ROOTFSDEV"; fsType = "$ROOTFSTYPE"; }; } EOF +# FIXME remove this! +echo '// { users.users.root.hashedPassword = "$6$I8xOgBRfitytj331$WZzyJbABCY8LZ4CqpUzNU2dXK8DP8rdVXYms60c0ysINREEFB49KYL23E.twuQ..beV2yb6VAwZkxDymCFOSO/"; }' } setupConf() {