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
|
** 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
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue