NixOS configuration files (*.nix
) for my personal development and hobbyist enviorment. Intended for use on a Linux-based operating system.
Download the configuration.nix
file
curl https://raw.githubusercontent.com/yonderbread/nixos/master/configuration.nix > configuration.nix
# Make sure to keep a copy of your old config if you didn't already!
sudo cp configuration.nix /etc/nixos/configuration.nix
sudo nixos-rebuild boot -j`nproc`
sudo reboot # Apply the changes
.. or to immediately switch to the newly built configuration (not recommended!) ..
sudo nixos-rebuild switch -j8