From 22734101dc288974bf598443b06a37339370174d Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Mon, 12 Feb 2024 17:25:54 -0600 Subject: [PATCH] Update readme to include the default users password --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index adc7c34..3a8c295 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,13 @@ nixos-generate-config --show-hardware-config > hardware.nix ``` NIX_CONFIG="experimental-features = nix-command flakes" - 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! Hope you enjoy!