# 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