From 67f7211c3a00e7bfa26769c2ab97a784143dba2e Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 18 Apr 2024 15:27:06 -0700 Subject: [PATCH] Update readme.md no need for initial password --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index b5f718d..e285ec3 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,6 @@ - in configuration.nix - set networking.hostname to HOSTNAME - enable networkmanager - - add in `users.users.root.initialPassword = 'password1';` [[ TODO this may not be necessary at all, it seems to prompt for this regardless at end of install ]] - uncomment systemPackages and add: git curl - add `nix.settings.experimental-features = [ "nix-command" "flakes" ];` - Install nixos: `cd /mnt` `sudo nixos-install`