Paste number 307418: | untitled |
Pasted by: | roptat |
When: | 6 years, 5 months ago |
Share: | Tweet this! | http://paste.lisp.org/+6L7E |
Channel: | None |
Paste contents: |
(use-service-modules desktop) (use-package-modules certs) (operating-system (host-name "antares") (timezone "Europe/Paris") (locale "en_US.UTF-8") ;; Assuming /dev/sdX is the target hard disk, and "root" is ;; the label of the target root file system. (bootloader (grub-configuration (device "/dev/sda") (menu-entries '((menu-entry (label "Archlinux") (linux "/boot/vmlinuz-linux") (initrd (gexp "/boot/initramfs-linux.img")))))) ) (file-systems (cons* (file-system (device "/dev/sda5") (title 'device) (mount-point "/") (type "ext4")) %base-file-systems)) (users (cons (user-account (name "roptat") (comment "") (group "users") (supplementary-groups '("wheel" "netdev" "audio" "video")) (home-directory "/home/roptat")) %base-user-accounts)) ;; Add Xfce and Ratpoison; that allows us to choose ;; sessions using either of these at the log-in screen. (packages (cons* ;desktop environments nss-certs ;for HTTPS access %base-packages)) ;; Use the "desktop" services, which include the X11 ;; log-in service, networking with Wicd, and more. (services (cons (console-keymap-service "fr") %base-services)))
This paste has no annotations.