Put in earplugs

This commit is contained in:
nik gaffney 2024-01-22 16:39:36 +01:00
parent a45c9f8831
commit 8388cbfd6c
Signed by: nik
GPG key ID: 989F5E6EDB478160
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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")