mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-02-05 11:41:16 -05:00
working base configuration
This commit is contained in:
parent
c04cedc5cf
commit
21a4d469b0
1 changed files with 116 additions and 109 deletions
|
@ -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)))))
|
Loading…
Reference in a new issue