dotfiles/.config/guix/systems/virtual.scm
2021-09-07 23:14:17 +01:00

12 lines
301 B
Scheme

(define-module (virtual)
#:use-module (base-system)
#:use-module (gnu))
(operating-system
(inherit base-operating-system)
(host-name "virtual")
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
(target "/boot")
(keyboard-layout (keyboard-layout "us")))))