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/aisaka.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'deployment/system/aisaka.scm') 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