mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-02-05 17:41:17 -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")
|
(specification->package "opendoas")
|
||||||
"/bin/doas")))
|
"/bin/doas")))
|
||||||
(delete sudo %setuid-programs)))
|
(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 (bootloader-configuration
|
||||||
(bootloader grub-efi-bootloader)
|
(bootloader grub-efi-bootloader)
|
||||||
(targets (list "/boot/efi"))
|
(targets (list "/boot/efi"))
|
||||||
(keyboard-layout keyboard-layout)))))))))
|
(keyboard-layout keyboard-layout)))))
|
Loading…
Reference in a new issue