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

12 lines
294 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))))