Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 657 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 657 Bytes

NixOS config files

I wanted a completly modular setup for NixOS.

This repo contains all the files I have stripped from the configuration.nix to individualize as many components as I could. I sometimes use NixOS as a desktop pc but mostly as a server, and not all modules are necessary or wanted in a server setup. So making them all modules makes it easier to add, and remove parts as you need them or no longer need them.

nix-shell -p git

git clone http://github.com/victorytek/Nixos

cd Nixos

./setup.sh

To update easily

cd Documents

./update.sh

To Upgrade to the next version of NixOS

cd Documents

./Version_Upgrade.sh