summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-10-13 22:57:04 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-10-13 22:57:04 +0200
commit3fbf540c93f832b3832324ca82fdc537d353b03c (patch)
treecc1f38e31a823ade2c21d33e25e3e42321c8691f /systems
parent94214eb9692f5462444990aa3f429f30e00a7a3b (diff)
refactor(mcdowell): implement mapped-devices of operating-system*
Diffstat (limited to 'systems')
-rw-r--r--systems/mcdowell.scm1
1 files changed, 1 insertions, 0 deletions
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))