mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
added hetzner host, updated packages, added virtlog service
This commit is contained in:
parent
95f2143d43
commit
8c1bee325b
3 changed files with 8 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(branch "master")
|
||||
(commit
|
||||
"c8e599b9391f789a8a3e2183fc8f0c2a5061ceb0")
|
||||
"eed55a6544d5bda2245ec853e5fa4b28e1865bea")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||
|
@ -14,7 +14,7 @@
|
|||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(branch "master")
|
||||
(commit
|
||||
"713f233be79fed1efad0c58d51b1829644323810")
|
||||
"dd7519aa20948e42469eccc3c7c99c1633420a07")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||
|
|
|
@ -8,5 +8,9 @@ Host linode
|
|||
HostName 97.107.142.58
|
||||
User root
|
||||
|
||||
Host hetzner
|
||||
HostName 5.161.207.21
|
||||
User root
|
||||
|
||||
Host *
|
||||
KexAlgorithms -sntrup761x25519-sha512@openssh.com
|
||||
|
|
|
@ -155,6 +155,7 @@
|
|||
(service libvirt-service-type
|
||||
(libvirt-configuration
|
||||
(unix-sock-group "libvirt")))
|
||||
(service virtlog-service-type)
|
||||
(service bluetooth-service-type)
|
||||
(udev-rules-service 'fido2 libfido2 #:groups '("plugdev")))
|
||||
|
||||
|
@ -182,7 +183,7 @@
|
|||
(udev-configuration-rules config)))))
|
||||
(delete pulseaudio-service-type)
|
||||
(delete gdm-service-type)
|
||||
(delete xorg-server-service-type)
|
||||
;(delete xorg-server-service-type)
|
||||
(delete alsa-service-type) )))
|
||||
(setuid-programs
|
||||
(append (list (file-like->setuid-program
|
||||
|
|
Loading…
Reference in a new issue