Skip to content

Instantly share code, notes, and snippets.

View nickryand's full-sized avatar

Nick Downs nickryand

View GitHub Profile
@nickryand
nickryand / encryptedNixos.md
Created February 9, 2022 07:41 — forked from ladinu/encryptedNixos.md
NixOS install with encrypted /boot /root with single password unlock

Requirements

  1. Encrypt everthing including /boot and /root
  2. Enter password once
  3. Support UEFI

Installation media setup

Download NixOS minimal iso and copy to USB stick. For example on Mac OSX

$ diskutil list
$ diskutil unmountDisk /dev/disk1 # Make sure you got right device

Keybase proof

I hereby claim:

  • I am nickryand on github.
  • I am nickryand (https://keybase.io/nickryand) on keybase.
  • I have a public key ASAFgbYvc22OYdNnvtCHhCLcN4piFtMG2rbSlHfzOjFXYgo

To claim this, I am signing this object:

@nickryand
nickryand / Berksfile
Created September 10, 2015 03:47
Building a docker container with awscli installed
source "https://supermarket.chef.io"
cookbook "awscli"
@nickryand
nickryand / .gitignore
Last active August 29, 2015 13:57
vagrant-hadoop
*.lock
.vagrant/*