Skip to content
 
 

Repository files navigation

nixos-configuration

  1. Download the NixOS minimal installation CD
  2. Install NixOS by following the installation instructions
  3. For full disk encryption with LUKS and encrypted root

Configure the base OS

After partitioning, before running nixos-genrate-config:

# mkdir /mnt/etc
# nix-env -i git vim
# cd /mnt/etc
# git clone https://github.com/juselius/nixos-configuration nixos
# cd /mnt/etc/nixos
# nixos-generate-config --show-hardware-config >>hardware-configuration.nix

# vim configuration.nix
# vim users.nix

# nixos-install
# reboot

Configure the user account:

# su - username
$ git clone https://github.com/juselius/dotfiles .dotfiles
$ git clone https://github.com/juselius/xmonad .xmonad
$ ln -s .dotfiles/default.nix .
$ vim default.nix
$ nix-home

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages