fschl/systems/base: remove host specific bootloader + file-system

This commit is contained in:
Frieder Schlesier 2024-06-01 16:32:08 +02:00
parent 8d9be295c1
commit fa19de0f0f
1 changed files with 3 additions and 12 deletions

View File

@ -35,13 +35,9 @@
;; Use the UEFI variant of GRUB with the EFI System
;; Partition mounted on /boot/efi.
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
(targets (list "/dev/nvme0n1p1"))
(bootloader grub-efi-bootloader)
(targets '("/boot/efi"))
(keyboard-layout keyboard-layout)))
;; (bootloader (bootloader-configuration
;; (bootloader grub-efi-bootloader)
;; (targets '("/boot/efi"))
;; (keyboard-layout keyboard-layout)))
;; Guix doesn't like it when there isn't a file-systems
;; entry, so add one that is meant to be overridden
@ -51,11 +47,6 @@
(device "none")
(type "tmpfs")
(check? #f))
(file-system
(device "/dev/nvme0n1p3")
(mount-point "/")
(type "ext4"))
%base-file-systems))
(users (cons (user-account