working base configuration

This commit is contained in:
ryan77627 2023-05-19 01:24:44 -04:00 committed by Ryan Schanzenbacher
parent c04cedc5cf
commit 21a4d469b0
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -82,7 +82,7 @@
"RUN+=\"/run/current-system/profile/bin/chmod g+w /sys/class/backlight/%k/brightness\"")))
(define-public base-operating-system
(operating-system
(operating-system
(kernel linux)
(firmware (list linux-firmware))
(locale "en_US.utf8")
@ -192,7 +192,14 @@
(specification->package "opendoas")
"/bin/doas")))
(delete sudo %setuid-programs)))
(file-systems (cons*
(file-system
(mount-point "/tmp")
(device "none")
(type "tmpfs")
(check? #f))
%base-file-systems))
(bootloader (bootloader-configuration
(bootloader grub-efi-bootloader)
(targets (list "/boot/efi"))
(keyboard-layout keyboard-layout)))))))))
(keyboard-layout keyboard-layout)))))