From fa19de0f0f09bd9a97b360e8a82a7d67f1a8a0dd Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Sat, 1 Jun 2024 16:32:08 +0200 Subject: [PATCH] fschl/systems/base: remove host specific bootloader + file-system --- fschl/systems/base.scm | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/fschl/systems/base.scm b/fschl/systems/base.scm index 82cd4b3..ff08ced 100644 --- a/fschl/systems/base.scm +++ b/fschl/systems/base.scm @@ -34,14 +34,10 @@ ;; 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 (bootloader-configuration + (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