summaryrefslogtreecommitdiff
path: root/deployment/systems/aisaka.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-15 17:48:11 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-15 17:48:11 +0100
commit27935626d7f24149663e9a41a91d83648c454932 (patch)
tree38a5187cde441ebda97a1cb6fb2d0d0038bf4c75 /deployment/systems/aisaka.scm
parent8abb017fb9244652729e7a78afa8ff23be176e81 (diff)
systems: use the nonguix definition of initrd
The indirect bindings force the Sovereign channel to unnecessarily depend on Nonguix.
Diffstat (limited to 'deployment/systems/aisaka.scm')
-rw-r--r--deployment/systems/aisaka.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm
index 167ffe5..01d46e8 100644
--- a/deployment/systems/aisaka.scm
+++ b/deployment/systems/aisaka.scm
@@ -11,6 +11,7 @@
#:use-module ((gnu system file-systems) #:prefix gnu:system:file-systems:)
#: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 jekyll) #:prefix sovereign:packages:jekyll:)
@@ -494,7 +495,7 @@
(bootloader system-bootloader)
(kernel nongnu:packages:linux:linux)
(keyboard-layout system-keyboard-layout)
- (initrd sovereign:devices:amd64:initrd)
+ (initrd nongnu:system:linux-initrd:microcode-initrd)
(firmware (list nongnu:packages:linux:linux-firmware))
(host-name system-name)
(file-systems (append system-file-systems