Use an easy (though insecure) initial password (for testing)

This commit is contained in:
2025-10-04 21:25:32 +02:00
parent 3fde62547d
commit 1d903c0c93

View File

@@ -5,5 +5,6 @@
isNormalUser = true; isNormalUser = true;
description = "h"; description = "h";
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" ];
initialPassword = "h";
}; };
} }