fix: typos, broken links, and other updates

This commit is contained in:
Ryan Yin
2023-06-23 23:18:01 +08:00
parent 3fe5fb1fa3
commit a2d35c5d18
36 changed files with 100 additions and 58 deletions

View File

@ -1,3 +1,5 @@
## Get Started with NixOS
After learning the basics of the Nix language, we can start using it to configure our NixOS. The default configuration for NixOS is located at `/etc/nixos/configuration.nix`, which contains all the declarative configuration for the system, such as time zone, language, keyboard layout, network, users, file system, boot options, etc.