Put in earplugs
This commit is contained in:
parent
a45c9f8831
commit
8388cbfd6c
2 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ Kernel & driver details
|
|||
|
||||
wireguard module
|
||||
#+BEGIN_SRC scheme :session
|
||||
(kernel-loadable-modules (list wireguard-linux-compat))
|
||||
;; (kernel-loadable-modules (list wireguard-linux-compat))
|
||||
#+END_SRC
|
||||
|
||||
** users & groups
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- mode: scheme; coding: utf-8; -*-
|
||||
;;
|
||||
;; tangled from framework13-system.org on 2024-01-22 15:52:02+01:00)
|
||||
;; tangled from framework13-system.org on 2024-01-22 16:38:38+01:00)
|
||||
|
||||
(use-modules (gnu)
|
||||
(gnu packages)
|
||||
|
@ -54,7 +54,7 @@
|
|||
;; amd-microcode
|
||||
;; realtek-firmware))
|
||||
|
||||
(kernel-loadable-modules (list wireguard-linux-compat))
|
||||
;; (kernel-loadable-modules (list wireguard-linux-compat))
|
||||
|
||||
(users (cons* (user-account
|
||||
(name "zzk")
|
||||
|
|
Loading…
Reference in a new issue