summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels.scm4
-rw-r--r--home-config/ssh/config4
-rw-r--r--modules/ryan-config/base-system.scm3
3 files changed, 8 insertions, 3 deletions
diff --git a/channels.scm b/channels.scm
index 9de6ca4..e751e55 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 "c8e599b9391f789a8a3e2183fc8f0c2a5061ceb0") 6 "eed55a6544d5bda2245ec853e5fa4b28e1865bea")
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 "713f233be79fed1efad0c58d51b1829644323810") 17 "dd7519aa20948e42469eccc3c7c99c1633420a07")
18 (introduction 18 (introduction
19 (make-channel-introduction 19 (make-channel-introduction
20 "897c1a470da759236cc11798f4e0a5f7d4d59fbc" 20 "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
diff --git a/home-config/ssh/config b/home-config/ssh/config
index 68d7dae..1b8e4bf 100644
--- a/home-config/ssh/config
+++ b/home-config/ssh/config
@@ -8,5 +8,9 @@ Host linode
8 HostName 97.107.142.58 8 HostName 97.107.142.58
9 User root 9 User root
10 10
11Host hetzner
12 HostName 5.161.207.21
13 User root
14
11Host * 15Host *
12 KexAlgorithms -sntrup761x25519-sha512@openssh.com 16 KexAlgorithms -sntrup761x25519-sha512@openssh.com
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm
index 8128f6e..98acf28 100644
--- a/modules/ryan-config/base-system.scm
+++ b/modules/ryan-config/base-system.scm
@@ -155,6 +155,7 @@
155 (service libvirt-service-type 155 (service libvirt-service-type
156 (libvirt-configuration 156 (libvirt-configuration
157 (unix-sock-group "libvirt"))) 157 (unix-sock-group "libvirt")))
158 (service virtlog-service-type)
158 (service bluetooth-service-type) 159 (service bluetooth-service-type)
159 (udev-rules-service 'fido2 libfido2 #:groups '("plugdev"))) 160 (udev-rules-service 'fido2 libfido2 #:groups '("plugdev")))
160 161
@@ -182,7 +183,7 @@
182 (udev-configuration-rules config))))) 183 (udev-configuration-rules config)))))
183 (delete pulseaudio-service-type) 184 (delete pulseaudio-service-type)
184 (delete gdm-service-type) 185 (delete gdm-service-type)
185 (delete xorg-server-service-type) 186 ;(delete xorg-server-service-type)
186 (delete alsa-service-type) ))) 187 (delete alsa-service-type) )))
187 (setuid-programs 188 (setuid-programs
188 (append (list (file-like->setuid-program 189 (append (list (file-like->setuid-program