summaryrefslogtreecommitdiff
path: root/deployment/systems/ayase.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/ayase.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/ayase.scm')
-rw-r--r--deployment/systems/ayase.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/systems/ayase.scm b/deployment/systems/ayase.scm
index 03361fd..499ce13 100644
--- a/deployment/systems/ayase.scm
+++ b/deployment/systems/ayase.scm
@@ -139,7 +139,7 @@
(kernel nongnu:packages:linux:linux)
(bootloader (bootloader))
(keyboard-layout keyboard-layout)
- (initrd sovereign:devices:amd64:initrd)
+ (initrd nongnu:system:linux-initrd:microcode-initrd)
(firmware (list nongnu:packages:linux:linux-firmware))
(host-name host-name)
(file-systems (file-systems))