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
|
||||
#+begin_src scheme
|
||||
(simple-service 'wireguard-module
|
||||
kernel-module-loader-service-type
|
||||
'("wireguard"))
|
||||
(service kernel-module-loader-service-type
|
||||
'("wireguard"))
|
||||
#+end_src
|
||||
|
||||
|
||||
*** display manager
|
||||
#+begin_src scheme
|
||||
;; (service sddm-service-type
|
||||
|
|
Loading…
Reference in a new issue