summaryrefslogtreecommitdiff
path: root/deployment/systems/mcdowell.scm
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/systems/mcdowell.scm')
-rw-r--r--deployment/systems/mcdowell.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/systems/mcdowell.scm b/deployment/systems/mcdowell.scm
index bb16c15..1dafb27 100644
--- a/deployment/systems/mcdowell.scm
+++ b/deployment/systems/mcdowell.scm
@@ -9,6 +9,7 @@
#:use-module ((gnu system linux-initrd) #:prefix gnu:system:linux-initrd:)
#:use-module ((gnu system shadow) #:prefix gnu:system:shadow:)
#:use-module ((nongnu packages linux) #:prefix nongnu:packages:linux:)
+ #:use-module ((nongnu system linux-initrd) #:prefix nongnu:system:linux-initrd:)
#:use-module ((sovereign devices) #:prefix sovereign:devices:)
#:use-module ((sovereign devices amd64) #:prefix sovereign:devices:amd64:)
#:use-module ((sovereign packages protonmail) #:prefix sovereign:packages:protonmail:)
@@ -63,7 +64,7 @@
(kernel nongnu:packages:linux:linux)
(bootloader l-bootloader)
(keyboard-layout sovereign:devices:pl-keyboard-layout)
- (initrd sovereign:devices:amd64:initrd)
+ (initrd nongnu:system:linux-initrd:microcode-initrd)
(initrd-modules l-initrd-modules)
(firmware l-firmware)
(host-name system-name)