Put in earplugs
This commit is contained in:
parent
b1c47a12a3
commit
f3475b656a
1 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
;; -*- mode: scheme; coding: utf-8; -*-
|
;; -*- 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)
|
(use-modules (gnu)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
|
@ -54,8 +54,6 @@
|
||||||
;; amd-microcode
|
;; amd-microcode
|
||||||
;; realtek-firmware))
|
;; realtek-firmware))
|
||||||
|
|
||||||
;; (kernel-loadable-modules (list wireguard-linux-compat))
|
|
||||||
|
|
||||||
(users (cons* (user-account
|
(users (cons* (user-account
|
||||||
(name "zzk")
|
(name "zzk")
|
||||||
(comment "zzk")
|
(comment "zzk")
|
||||||
|
@ -159,6 +157,17 @@ COMMIT
|
||||||
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
|
;; (service sddm-service-type
|
||||||
;; (sddm-configuration
|
;; (sddm-configuration
|
||||||
;; (display-server "wayland")
|
;; (display-server "wayland")
|
||||||
|
|
Loading…
Reference in a new issue