dotfiles/.config/guix/systems/virtual.scm

12 lines
294 B
Scheme
Raw Normal View History

2021-09-07 21:21:08 +01:00
(define-module (virtual)
#:use-module (base-system)
#:use-module (gnu))
(operating-system
(inherit base-operating-system)
2021-09-07 23:03:42 +01:00
(host-name "virtual")
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
(target "/boot")
(keyboard-layout keyboard-layout))))