Warning
Moved my whole nix config to vicgeentor/Ooo
<3 nix
Every non-declarative part of this sytem setup is listed in IMPERATIVE.md
Format any extra disks that will be a part of the BTRFS filesystem (make sure to add these devices to the btrfs arguments in disk-config.nix):
sudo mkfs.btrfs -f /dev/disk/by-id/<device-id>Partitioning with disko:
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount /path/to/disk-config.nixInstallation (limiting max-jobs and number of cores to prevent memory overflow):
sudo nixos-install --no-root-passwd --max-jobs 2 --cores 2 --flake /path/to/flake#hostnameSet password:
sudo nixos-enter --root /mnt -c 'passwd <username>'Reboot:
reboot