| 16 | | |
| 17 | | |
| 18 | | (file-system |
| 19 | | (mount-point "/") |
| 20 | | (device |
| 21 | | (file-system-label "NeotekRoot")) |
| 22 | | (type "btrfs") |
| 23 | | (options (string-append "subvol=@," %btrfs-options)) |
| 24 | | (needed-for-boot? #t)) |
| 25 | | (file-system |
| 26 | | (mount-point "/home") |
| 27 | | (device |
| 28 | | (file-system-label "NeotekRoot")) |
| 29 | | (type "btrfs") |
| 30 | | (options (string-append "subvol=@home," %btrfs-options))) |
| 31 | | (file-system |
| 32 | | (mount-point "/gnu") |
| 33 | | (device |
| 34 | | (file-system-label "NeotekRoot")) |
| 35 | | (type "btrfs") |
| 36 | | (options (string-append "subvol=@gnu," %btrfs-options))) |
| 37 | | (file-system |
| 38 | | (mount-point "/var/log") |
| 39 | | (device |
| 40 | | (file-system-label "NeotekRoot")) |
| 41 | | (type "btrfs") |
| 42 | | (options (string-append "subvol=@log," %btrfs-options))) |
| 43 | | (file-system |
| 44 | | (mount-point "/boot/efi") |
| 45 | | (device "/dev/vda2") |
| 46 | | (type "vfat")) |
| | 16 | || Mount point || Label / device || Type || Options || Flags || |
| | 17 | || / || NeotekRoot || btrfs || subvol=@ || needed-for-boot || |
| | 18 | || /home || NeotekRoot || btrfs || subvol=@home || - || |
| | 19 | || /gnu || NeotekRoot || btrfs || subvol=@gnu || - || |
| | 20 | || /var/log || NeotekRoot || btrfs || subvol=@log || - || |
| | 21 | || /boot/efi || /dev/vda2 || vfat || - || - || |