Update readme.md

no need for initial password
This commit is contained in:
Joshua Bell 2024-04-18 15:27:06 -07:00 committed by GitHub
parent d72e1d6993
commit 67f7211c3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`