Updated README and LICENSE.

This commit is contained in:
2026-08-10 13:51:35 -04:00
parent d988fa0495
commit c15dc0a47d
3 changed files with 21 additions and 5 deletions
+18 -2
View File
@@ -1,3 +1,19 @@
# nixos
# NixOS Configuration
Simple NixOS configuration
## Install Instructions
- Install nixos with the installer
- Copy `/etc/nixos` directory to a backup directory
- Clone the repository to /etc/nixos
- Copy the original `hardware_configuration.nix` to `./hdwr/default.nix`
- See `./hdwr/example.nix` for more examples
- Optionally copy the original `configuration.nix` and `hardware_configuration.nix` to the `./orig/` folder
- For reference later on if needed.
- Copy the `./vars/example.nix` to `./vars/default.nix` and make appropriate edits.
- Create a `./schd/default.nix` file and add any needed cron and/or systemd-timer tasks
- There is a `./schd/exampe.nix` for local reference
- Other references:
- https://nixos.wiki/wiki/Cron
- https://nixos.wiki/wiki/Systemd/Timers
My NixOS configuration