(use-modules (gnu) (gnu system nss)) (use-package-modules networking) (use-package-modules screen) (operating-system (host-name "nl") (timezone "Europe/Moscow") (locale "ru_RU.utf8") (keyboard-layout (keyboard-layout "ru")) (bootloader (bootloader-configuration (bootloader grub-bootloader) (target "/dev/sda"))) (mapped-devices (list (mapped-device (source (uuid "436679c4-fa1a-4c79-b09d-b034101f7be9")) (target "rootfs") (type luks-device-mapping)))) (file-systems (append (list (file-system (device (file-system-label "rootfs")) (mount-point "/") (type "ext4") (dependencies mapped-devices)) (file-system (device (file-system-label "bootfs")) (mount-point "/boot") (type "ext4") (dependencies mapped-devices))) %base-file-systems)) (swap-devices '("/swapfile")) (users (cons (user-account (name "nickey") (comment "Whatever") (group "users") (supplementary-groups '("wheel" "netdev" "audio" "video"))) %base-user-accounts)) (packages (cons screen %base-packages)))