Guest User

Untitled

a guest
Sep 15th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scheme 0.28 KB | None | 0 0
  1. (use-modules (gnu))
  2.  
  3. (operating-system
  4.  (host-name "vbox")
  5.  (timezone "Europe/London")
  6.  
  7.  (bootloader (grub-configuration (device "/dev/sda")))
  8.  (file-systems (cons (file-system
  9.               (device "guix")
  10.               (mount-point "/")
  11.               (type "ext4"))
  12.              %base-file-systems)))
Advertisement
Add Comment
Please, Sign In to add comment