1
0
forked from extern/zaneyos

Update readme to include the default users password

This commit is contained in:
Tyler Kelley 2024-02-12 17:25:54 -06:00
parent dcdb552d45
commit 22734101dc

View File

@ -35,10 +35,13 @@ nixos-generate-config --show-hardware-config > hardware.nix
``` ```
NIX_CONFIG="experimental-features = nix-command flakes" NIX_CONFIG="experimental-features = nix-command flakes"
sudo nixos-rebuild switch --flake .#thehostnameyousetinoptions.nix sudo nixos-rebuild switch --flake .#thehostnameyousetinoptions.nix
``` ```
### You Are Done!
This Flake's user will have the password be set for them as *password*.
Now when you want to rebuild the configuration you have access to an alias called flake-rebuild that will rebuild the flake based of the flakeDir variable you set in options.nix! Now when you want to rebuild the configuration you have access to an alias called flake-rebuild that will rebuild the flake based of the flakeDir variable you set in options.nix!
Hope you enjoy! Hope you enjoy!