From 6141555a7a5cecb06175e02e73a44c41dac20155 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 7 Jun 2026 12:13:28 +0200 Subject: (system akashi): define file-system-boot --- deployment/system/akashi.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'deployment/system/akashi.scm') diff --git a/deployment/system/akashi.scm b/deployment/system/akashi.scm index 5e62fa4..4c2fe77 100644 --- a/deployment/system/akashi.scm +++ b/deployment/system/akashi.scm @@ -22,6 +22,7 @@ #:export (host-name) #:use-module (guix gexp) #:use-module (sovereign bootloader) + #:use-module (sovereign system file-systems) #:use-module (users id1000) #:use-module ((deployment gexp) #:prefix deployment:gexp:) @@ -58,6 +59,11 @@ (define host-name "akashi") +(define file-system-boot + (gnu:system:file-systems:file-system + (inherit file-system/efi) + (device (file-system-label* "BOOT")))) + (define root-partition ((@ (gnu system file-systems) file-system) (mount-point "/") @@ -115,6 +121,7 @@ (hosts-file #f) (mapped-devices (list)) (file-systems (cons* root-partition + file-system-boot gnu:system:file-systems:%base-file-systems)) (swap-devices (list)) (users (list uid1000-account)) -- cgit v1.3