summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels.scm4
-rw-r--r--modules/freya/system.scm2
2 files changed, 3 insertions, 3 deletions
diff --git a/channels.scm b/channels.scm
index fc50bae..02fe176 100644
--- a/channels.scm
+++ b/channels.scm
@@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
- "91dd354a10edbb0d3d4bc3220b671504eda871a7")
+ "59b2a60d0041882d732e1766e28f0df5a1ef1ac1")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
@@ -14,7 +14,7 @@
(url "https://gitlab.com/nonguix/nonguix")
(branch "master")
(commit
- "e355a2ff675abd48f671a867c211c98707ca1e82")
+ "ad966c3844385e8f7b60b0dc915f92a1eba47e09")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
diff --git a/modules/freya/system.scm b/modules/freya/system.scm
index eba3301..2867e7b 100644
--- a/modules/freya/system.scm
+++ b/modules/freya/system.scm
@@ -40,7 +40,7 @@
(define-public base-operating-system
(operating-system
- (kernel linux)
+ (kernel linux-6.11)
(firmware (list linux-firmware
amd-microcode
sof-firmware))