Put in earplugs
This commit is contained in:
parent
5f05e6ec7d
commit
df9d1afea5
1 changed files with 2 additions and 4 deletions
|
@ -263,12 +263,10 @@ COMMIT
|
||||||
|
|
||||||
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
|
#+begin_src scheme
|
||||||
(simple-service 'wireguard-module
|
(service kernel-module-loader-service-type
|
||||||
kernel-module-loader-service-type
|
|
||||||
'("wireguard"))
|
'("wireguard"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
*** display manager
|
*** display manager
|
||||||
#+begin_src scheme
|
#+begin_src scheme
|
||||||
;; (service sddm-service-type
|
;; (service sddm-service-type
|
||||||
|
|
Loading…
Reference in a new issue