From 947c3cb986f3f35021f555f9b9ccc2f3a42a36ff Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 25 May 2026 11:27:49 +0200 Subject: adapt to the API change in custom-bootloader-configuration --- deployment/system.scm | 2 +- deployment/system/aisaka.scm | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/deployment/system.scm b/deployment/system.scm index 4227253..95736c3 100644 --- a/deployment/system.scm +++ b/deployment/system.scm @@ -90,7 +90,7 @@ (kernel-loadable-modules (list)) (kernel-arguments gnu:system:%default-kernel-arguments) (hurd #f) - (bootloader sovereign:devices:amd64:custom-bootloader-configuration) + (bootloader (sovereign:devices:amd64:custom-bootloader-configuration deployment:system:aisaka:bootloader-configuration-targets-aisaka)) (label (sovereign:systems:operating-system-label* deployment:system:aisaka:host-name-aisaka gnu:system:this-operating-system)) (keyboard-layout deployment:system:aisaka:system-keyboard-layout) diff --git a/deployment/system/aisaka.scm b/deployment/system/aisaka.scm index 4ecd374..d5e368d 100644 --- a/deployment/system/aisaka.scm +++ b/deployment/system/aisaka.scm @@ -19,7 +19,8 @@ ;;; If not, see . (define-module (deployment system aisaka) - #:export (host-name-aisaka) + #:export (bootloader-configuration-targets-aisaka + host-name-aisaka) #:use-module (guix gexp) #:use-module ((deployment gexp) #:prefix deployment:gexp:) @@ -322,4 +323,7 @@ (define host-name-aisaka "aisaka") +(define bootloader-configuration-targets-aisaka + (list "/dev/nvme0n1")) + ;;; EOF -- cgit v1.3