summaryrefslogtreecommitdiff
path: root/deployment/systems/mcdowell.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-15 17:42:23 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-15 17:42:23 +0100
commit8abb017fb9244652729e7a78afa8ff23be176e81 (patch)
tree09fc2881998ccac71508a3ef9e67b893640881a6 /deployment/systems/mcdowell.scm
parent60e6c0f7e1a4ce66127562ae01142f1fe1741672 (diff)
systems: use the nonguix definition of kernel directly
The indirect bindings force the Sovereign channel to unnecessarily depend on Nonguix.
Diffstat (limited to 'deployment/systems/mcdowell.scm')
-rw-r--r--deployment/systems/mcdowell.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/systems/mcdowell.scm b/deployment/systems/mcdowell.scm
index 8396279..bb16c15 100644
--- a/deployment/systems/mcdowell.scm
+++ b/deployment/systems/mcdowell.scm
@@ -60,7 +60,7 @@
(l-users (cons* users:id1000:uid1000-account
gnu:system:shadow:%base-user-accounts)))
(gnu:system:operating-system
- (kernel sovereign:devices:amd64:kernel)
+ (kernel nongnu:packages:linux:linux)
(bootloader l-bootloader)
(keyboard-layout sovereign:devices:pl-keyboard-layout)
(initrd sovereign:devices:amd64:initrd)