Guest User

Untitled

a guest
Jan 3rd, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ###############
  2. ## sample code suggested at nixos irc-channel
  3. #fileSystems."/where/to/mount" = {
  4. #device = "LABEL=btrfs";
  5. #fsType = "btrfs;
  6. #options = [ "subvol=subvolxyz" ];
  7. #};
  8. ##############
  9. #My code - fail :-(
  10. fileSystems."/home" = {
  11. device = "LABEL = multisys";
  12. fsType = "btrfs;
  13. options = [ "subvol" = "root/sysroot/nixos-mountpoints/users/home" ];
  14. };
  15. ###################
Advertisement
Add Comment
Please, Sign In to add comment