diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-03-15 17:48:11 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-03-15 17:48:11 +0100 |
commit | 27935626d7f24149663e9a41a91d83648c454932 (patch) | |
tree | 38a5187cde441ebda97a1cb6fb2d0d0038bf4c75 /deployment/systems/ayase.scm | |
parent | 8abb017fb9244652729e7a78afa8ff23be176e81 (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.scm | 2 |
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)) |