mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 09:46:15 -05:00
GDM is finally dead
This commit is contained in:
parent
7281671d87
commit
b6763bb47a
1 changed files with 5 additions and 6 deletions
|
@ -19,7 +19,7 @@
|
|||
(use-modules (gnu packages tls))
|
||||
(use-modules (srfi srfi-1))
|
||||
(use-package-modules security-token)
|
||||
(use-service-modules cups desktop networking ssh sound security-token docker)
|
||||
(use-service-modules cups desktop networking xorg ssh sound security-token docker)
|
||||
|
||||
; Define package that installs my root ca public keys
|
||||
(define my-ca-certs
|
||||
|
@ -141,9 +141,7 @@
|
|||
(service pcscd-service-type)
|
||||
(service docker-service-type)
|
||||
(service bluetooth-service-type)
|
||||
(udev-rules-service 'fido2 libfido2 #:groups '("plugdev"))
|
||||
(set-xorg-configuration
|
||||
(xorg-configuration (keyboard-layout keyboard-layout))))
|
||||
(udev-rules-service 'fido2 libfido2 #:groups '("plugdev")))
|
||||
|
||||
;; This is the default list of services we
|
||||
;; are appending to.
|
||||
|
@ -168,7 +166,8 @@
|
|||
(rules (cons %backlight-udev-rule
|
||||
(udev-configuration-rules config)))))
|
||||
(delete pulseaudio-service-type)
|
||||
(delete gdm-service-type) )))
|
||||
(delete gdm-service-type)
|
||||
(delete xorg-server-service-type) )))
|
||||
(setuid-programs
|
||||
(append (list (file-like->setuid-program
|
||||
(file-append
|
||||
|
|
Loading…
Reference in a new issue