Skip to content

Instantly share code, notes, and snippets.

@herbetom
herbetom / oracle-cloud-nixos-install.md
Created February 11, 2022 23:22 — forked from misuzu/oracle-cloud-nixos-install.md
Make sure to use Ubuntu 18.04 or this may not work

Install NixOS on Oracle Cloud over Ubuntu 18.04

# install useful tools
sudo apt-get update
sudo apt-get install --no-install-recommends -y nano mc git

# prepare /boot
sudo umount /boot/efi
sudo mv /boot /boot.bak