Use nonfree kernel for otto

master
noah metz 2023-12-06 11:12:16 -07:00
parent db270f7e65
commit 7753e38fc5
2 changed files with 12 additions and 0 deletions

@ -0,0 +1,4 @@
(cons* (channel (name 'metznet)
(url "https://git.metznet.ca/MetzNet/metznet-channel"))
(channel (name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")) %default-channels)

@ -1,4 +1,6 @@
(use-modules (gnu)
(nongnu packages linux)
(nongnu packages linux-initrd)
(metznet system base-system)
(gnu packages vim)
(gnu packages version-control)
@ -6,6 +8,12 @@
(operating-system
(inherit %metznet-base-desktop-system)
; Requires nonfree kernel for intel wifi support
(kernel linux)
(initrd microcode-initrd)
(firmware (list linux-firmware))
(host-name "otto")
(bootloader (bootloader-configuration
(bootloader grub-minimal-bootloader)