Skip to content

yonderbread/nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS Configuration

Linux GitHub commits Unlicense

Introduction

NixOS configuration files (*.nix) for my personal development and hobbyist enviorment. Intended for use on a Linux-based operating system.

Installation

Download the configuration.nix file

curl https://raw.githubusercontent.com/yonderbread/nixos/master/configuration.nix > configuration.nix

Move it into the /etc/nixos directory

# Make sure to keep a copy of your old config if you didn't already!
sudo cp configuration.nix /etc/nixos/configuration.nix

Rebuild configuration and switch to it after boot

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

About

My NixOS configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages