Guest User

Untitled

a guest
Jul 31st, 2025
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. (file-systems (append
  2. (list
  3. (file-system
  4. (device (file-system-label "root"))
  5. (mount-point "/")
  6. (type "btrfs")
  7. (options "noatime,subvol=@"))
  8. (file-system
  9. (device (file-system-label "efi"))
  10. (mount-point "/boot/efi")
  11. (type "vfat"))
  12. (file-system
  13. (device (file-system-label "home"))
  14. (mount-point "/home")
  15. (type "btrfs"))
  16.  
  17. (file-system
  18. (device (file-system-label "root"))
  19. (mount-point "/gnu")
  20. (type "btrfs")
  21. (options "subvol=@/gnu,compress-force=zstd:3")))
  22. %base-file-systems))
Advertisement
Add Comment
Please, Sign In to add comment