Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 800 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 800 Bytes

My NixOS configurations

modeled after misterio's config.

Installation

Partition layout

boot partition

  • Label: "BOOT"
  • optional with "boot-partition.nix"
  • type: vfat

luks2 partition

  • Label: "system_crypt"
  • contains: btrfs partition
    • Label: "system_partition"
    • subvolumes:
      • "${hostname}"
        • "root": blank subvolume; mountpoint: "/"
        • "root-blank": readonly snapshot of "root"; not mounted
        • "nix": mountpoint: "/nix"
        • "backed_up": persistent and backed up data; mountpoint: "/backed_up"
        • "persist": persistent data; mountpoint: "/persist"
        • "swap": optional with "btrfs-swapfile.nix"; mountpoint: "/swap"; contains: "swapfile" swapfile

Nixvim

To run my neovim config use nix run .#nixvim