Home

Awesome

Setup NixOS

Follow NixOS manual, be sure to setup

on first setup. Then clone this repo and

Then apply.

Build install medium

See nixos-generators

nix build .#nixosConfigurations.jb-nixos-live.config.formats.[raw|raw-efi|install-iso]

Full update

./update.sh && ./apply-user.sh jonas-nixos [jonas-mbp / ...] && sudo ./apply-system.sh

Notes

Troubleshooting

See this bug

Add

if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
  . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi

to /etc/zshrc

Update using brew.

Open

Backlog