;; This is an operating system configuration generated ;; by the graphical installer. (use-modules (gnu)) (use-service-modules desktop networking ssh xorg) (operating-system (locale "de_DE.utf8") (timezone "Europe/Berlin") (keyboard-layout (keyboard-layout "de" "neo")) (host-name "geex") (users (cons* (user-account (name "mcd") (comment "Martin") (group "users") (home-directory "/home/mcd") (supplementary-groups '("wheel" "netdev" "audio" "video"))) %base-user-accounts)) (packages (append (list (specification->package "nss-certs")) %base-packages)) (services (append (list (service xfce-desktop-service-type) (service openssh-service-type) (set-xorg-configuration (xorg-configuration (keyboard-layout keyboard-layout)))) %desktop-services)) (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (target "/boot/efi") (keyboard-layout keyboard-layout))) (swap-devices (list (uuid "30bbe6de-b824-4d8a-bc12-3dc8c7b46467"))) (file-systems (cons* (file-system (mount-point "/") (device (uuid "8757ed03-b543-4416-8779-1fff91a4d027" 'ext4)) (type "ext4")) (file-system (mount-point "/boot/efi") (device (uuid "257E-79BA" 'fat32)) (type "vfat")) %base-file-systems)))