f56902a55ec41dd0f2d69036246b37c19a264f6d
NixOS Configuration
Simple NixOS configuration
Install Instructions
- Install nixos with the installer
- Copy
/etc/nixosdirectory to a backup directory - Clone the repository to /etc/nixos
- Copy the original
hardware_configuration.nixto./hdwr/default.nix- See
./hdwr/example.nixfor more examples
- See
- Optionally copy the original
configuration.nixandhardware_configuration.nixto the./orig/folder- For reference later on if needed.
- Copy the
./vars/example.nixto./vars/default.nixand make appropriate edits. - Create a
./schd/default.nixfile and add any needed cron and/or systemd-timer tasks- There is a
./schd/exampe.nixfor local reference - Other references:
- There is a
Languages
Nix
100%