Updated Installation Instructions

This commit is contained in:
Zonsopkomst 2023-09-25 14:36:44 -05:00
parent 45eab408e9
commit 64b3db3da5

View file

@ -27,8 +27,7 @@ This is my NixOS setup to manage multiple computers with a home-manager config s
1. Remember to add unstable channel (in this case) in the terminal:
2. sudo nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
3. sudo nix-channel --update
4. Include `<home-manager/nixos>` in "Imports" section above
3. Declare desktop, kernals & RAM, modules, host & user specific items, and home-manager in `flake.nix`
3. Declare desktop, kernals & RAM, modules, host & user specific items, and home-manager in `flake.nix` and check that the imports are correct
4. Declare packages either globally under `/hosts/<location>/hostname/packages.nix` or `/users/<username>/home-manager.nix`
5. Maintenance
1. See `/config/.bashrc` for `alias` using `nixos-rebuild --flake .#<hostname>` commands and other useful items