(use-modules (freya system) (gnu)) (operating-system (inherit %virt-freya-operating-system) (host-name "curiass") (swap-devices (list (swap-space (target (uuid "12b0941a-2a42-4495-b457-83e3680ca318"))))) (file-systems (cons* (file-system (mount-point "/") (device (uuid "be5f9a76-8295-4710-95b1-370ae3eb0d95")) (type "btrfs")) (file-system (mount-point "/boot") (device (uuid "BA4B-48EA" 'fat32)) (type "vfat")) (operating-system-file-systems %virt-freya-operating-system))) (bootloader (bootloader-configuration (bootloader grub-bootloader) (targets '("/dev/sda")))))