From 3fbf540c93f832b3832324ca82fdc537d353b03c Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 13 Oct 2024 22:57:04 +0200 Subject: refactor(mcdowell): implement mapped-devices of operating-system* --- systems/mcdowell.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'systems') diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index 42b3ada..65c1fdd 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -84,6 +84,7 @@ (initrd-modules %base-initrd-modules) (firmware firmware*) (host-name host-name*) + (mapped-devices (list)) (file-systems (file-systems* host-name*)) (swap-devices (swap-devices* host-name*)) (users (users-mcdowell)) -- cgit v1.2.3