NixOS:nixos-rebuild build-vm: Difference between revisions

imported>Nixinator
No edit summary
imported>Nixinator
No edit summary
Line 7: Line 7:
If you have a user called nixosvmtest, then
If you have a user called nixosvmtest, then


<syntaxhighlight lang="nix">
users.users.nixosvmtest.initialHashedPassword = “test”;
users.users.nixosvmtest.initialHashedPassword = “test”;
</syntaxhighlight>


to your /etc/nixos/configuration.nix
to your /etc/nixos/configuration.nix