Put in earplugs

This commit is contained in:
nik gaffney 2024-01-22 15:56:59 +01:00
parent d0742ec9a2
commit a45c9f8831
Signed by: nik
GPG key ID: 989F5E6EDB478160
2 changed files with 3 additions and 12 deletions

View file

@ -42,8 +42,7 @@ Include non-free linux kernel, modules and firmware from the [[https://gitlab.c
** service modules ** service modules
#+begin_src scheme #+begin_src scheme
(use-service-modules linux (use-service-modules cups
cups
desktop desktop
networking networking
ssh ssh
@ -263,10 +262,6 @@ COMMIT
*** wireguard *** 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 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 *** display manager
#+begin_src scheme #+begin_src scheme

View file

@ -1,6 +1,6 @@
;; -*- mode: scheme; coding: utf-8; -*- ;; -*- 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) (use-modules (gnu)
(gnu packages) (gnu packages)
@ -15,8 +15,7 @@
(use-modules (nongnu packages linux) (use-modules (nongnu packages linux)
(nongnu system linux-initrd)) (nongnu system linux-initrd))
(use-service-modules linux (use-service-modules cups
cups
desktop desktop
networking networking
ssh ssh
@ -160,9 +159,6 @@ COMMIT
COMMIT COMMIT
")))) "))))
(service kernel-module-loader-service-type
'("wireguard"))
;; (service sddm-service-type ;; (service sddm-service-type
;; (sddm-configuration ;; (sddm-configuration
;; (display-server "wayland") ;; (display-server "wayland")