Put in earplugs

This commit is contained in:
nik gaffney 2024-01-22 22:16:07 +01:00
parent b1c47a12a3
commit f3475b656a
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -1,6 +1,6 @@
;; -*- mode: scheme; coding: utf-8; -*-
;;
;; tangled from framework13-system.org on 2024-01-22 16:38:38+01:00)
;; tangled from framework13-system.org on 2024-01-22 22:15:56+01:00)
(use-modules (gnu)
(gnu packages)
@ -54,8 +54,6 @@
;; amd-microcode
;; realtek-firmware))
;; (kernel-loadable-modules (list wireguard-linux-compat))
(users (cons* (user-account
(name "zzk")
(comment "zzk")
@ -159,6 +157,17 @@ COMMIT
COMMIT
"))))
(service wireguard-service-type
(wireguard-configuration
(addresses '("10.0.0.23/24"))
(peers
(list
(wireguard-peer
(name "lmn")
(endpoint "10.0.0.1:51820")
(public-key "WHmVhvgxkBxk8fqZU6pWEaH4iVzOcud9JQivwRsaIE8=")
(allowed-ips '("10.0.0.0/24"))))))))
;; (service sddm-service-type
;; (sddm-configuration
;; (display-server "wayland")