Switch to README.org from README.md

This commit is contained in:
Zonsopkomst 2023-11-13 14:11:16 -06:00
parent 935fc1d7e3
commit 3e2d049a63
2 changed files with 3 additions and 5 deletions

View file

@ -7,9 +7,7 @@ This is my NixOS setup to manage multiple computers with a home-manager config s
** Current Desktop Screenshot
#+caption: Gnome
#+attr_org: :width 500
[[Gnome][https://git.disroot.org/Zonsopkomst/flake/src/branch/working/reference/assets/20231102NixOSTyr.png]]
[[Gnome][https://git.disroot.org/Zonsopkomst/flake/src/branch/working/reference/assets/20231102NixOSTyr.png]]
[[Gnome][https://git.disroot.org/Zonsopkomst/flake/raw/branch/working/reference/assets/20231102NixOSTyr.png]]
** Highlights:
*** Multiple NixOS configurations: desktop, laptop, and hopefully a test server and eventually a full transition over from my Ubuntu server.
@ -20,8 +18,8 @@ This is my NixOS setup to manage multiple computers with a home-manager config s
[[Process][https://git.disroot.org/Zonsopkomst/flake/raw/branch/working/reference/assets/underpants-gnomes.png]]
1. NixOS Installation
1. Install NixOS on a computer using the default Gnome installer from https://nixos.org/download.html.
1. Clone this repository [zonsopkomst](https://git.disroot.org/zonsopkomst) in the `/home/<username>/ directory.
1. Install NixOS on a computer using the default Gnome installer from [[nixos.org][https://nixos.org/download.html]].
1. Clone this repository [[zonsopkomst][https://git.disroot.org/zonsopkomst]] in the `/home/<username>/ directory.
1. Update the subdirectories in `hosts` and `users`.
1. Copy the `configuration.nix` and `hardware-configuration.nix` files from the `/etc/nixos` directory and move them to `hosts/PLACE(local OR remote)/NEW_PC_NAME`.
1. Rename `configuration.nix` to `default.nix` and, update `flake.nix` located in the top directory, link the appropriate modules to be used.