Put in earplugs
This commit is contained in:
parent
d0742ec9a2
commit
a45c9f8831
2 changed files with 3 additions and 12 deletions
|
@ -42,8 +42,7 @@ Include non-free linux kernel, modules and firmware from the [[https://gitlab.c
|
|||
|
||||
** service modules
|
||||
#+begin_src scheme
|
||||
(use-service-modules linux
|
||||
cups
|
||||
(use-service-modules cups
|
||||
desktop
|
||||
networking
|
||||
ssh
|
||||
|
@ -263,10 +262,6 @@ COMMIT
|
|||
*** wireguard
|
||||
|
||||
details can be found in [[https://guix.gnu.org/cookbook/en/html_node/Connecting-to-Wireguard-VPN.html][Connecting to Wireguard VPN]] section of the cookbook
|
||||
#+begin_src scheme
|
||||
(service kernel-module-loader-service-type
|
||||
'("wireguard"))
|
||||
#+end_src
|
||||
|
||||
*** display manager
|
||||
#+begin_src scheme
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- mode: scheme; coding: utf-8; -*-
|
||||
;;
|
||||
;; tangled from framework13-system.org on 2024-01-22 15:35:28+01:00)
|
||||
;; tangled from framework13-system.org on 2024-01-22 15:52:02+01:00)
|
||||
|
||||
(use-modules (gnu)
|
||||
(gnu packages)
|
||||
|
@ -15,8 +15,7 @@
|
|||
(use-modules (nongnu packages linux)
|
||||
(nongnu system linux-initrd))
|
||||
|
||||
(use-service-modules linux
|
||||
cups
|
||||
(use-service-modules cups
|
||||
desktop
|
||||
networking
|
||||
ssh
|
||||
|
@ -160,9 +159,6 @@ COMMIT
|
|||
COMMIT
|
||||
"))))
|
||||
|
||||
(service kernel-module-loader-service-type
|
||||
'("wireguard"))
|
||||
|
||||
;; (service sddm-service-type
|
||||
;; (sddm-configuration
|
||||
;; (display-server "wayland")
|
||||
|
|
Loading…
Reference in a new issue