diff options
-rw-r--r-- | channels.scm | 4 | ||||
-rw-r--r-- | modules/ryan-config/base-system.scm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/channels.scm b/channels.scm index 98cadd9..c49781a 100644 --- a/channels.scm +++ b/channels.scm | |||
@@ -3,7 +3,7 @@ | |||
3 | (url "https://git.savannah.gnu.org/git/guix.git") | 3 | (url "https://git.savannah.gnu.org/git/guix.git") |
4 | (branch "master") | 4 | (branch "master") |
5 | (commit | 5 | (commit |
6 | "a1d711c92e119f6b5b8e99a620cdba92a4ca3bfb") | 6 | "e32e3d0a03dc17c4c54a91aad053c9036998b601") |
7 | (introduction | 7 | (introduction |
8 | (make-channel-introduction | 8 | (make-channel-introduction |
9 | "9edb3f66fd807b096b48283debdcddccfea34bad" | 9 | "9edb3f66fd807b096b48283debdcddccfea34bad" |
@@ -14,7 +14,7 @@ | |||
14 | (url "https://gitlab.com/nonguix/nonguix") | 14 | (url "https://gitlab.com/nonguix/nonguix") |
15 | (branch "master") | 15 | (branch "master") |
16 | (commit | 16 | (commit |
17 | "1ee5d0cc09155e81ce0255b81a212922dad10a17") | 17 | "1d8f477b6d3e497a3b98d68dfcb575c7df50416a") |
18 | (introduction | 18 | (introduction |
19 | (make-channel-introduction | 19 | (make-channel-introduction |
20 | "897c1a470da759236cc11798f4e0a5f7d4d59fbc" | 20 | "897c1a470da759236cc11798f4e0a5f7d4d59fbc" |
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index 370c4d4..5034f4e 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
@@ -101,7 +101,7 @@ | |||
101 | 101 | ||
102 | (define-public base-operating-system | 102 | (define-public base-operating-system |
103 | (operating-system | 103 | (operating-system |
104 | (kernel linux-6.8) | 104 | (kernel linux) |
105 | (firmware (list linux-firmware)) | 105 | (firmware (list linux-firmware)) |
106 | (locale "en_US.utf8") | 106 | (locale "en_US.utf8") |
107 | (timezone "America/New_York") | 107 | (timezone "America/New_York") |