mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 11:06:15 -05:00
working base configuration
This commit is contained in:
parent
c04cedc5cf
commit
21a4d469b0
1 changed files with 116 additions and 109 deletions
|
@ -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