Put in earplugs
This commit is contained in:
parent
99ffa1c345
commit
e88fee8178
2 changed files with 3 additions and 5 deletions
|
@ -325,8 +325,7 @@ details can be found (and mostly ignored) in [[https://guix.gnu.org/cookbook/en
|
||||||
(endpoint "example.org:51820")
|
(endpoint "example.org:51820")
|
||||||
(public-key "taeID3fNgci9OpE+1UYkS4DYZE6DIlhpLQL1BVN9sg8=")
|
(public-key "taeID3fNgci9OpE+1UYkS4DYZE6DIlhpLQL1BVN9sg8=")
|
||||||
(allowed-ips '("10.0.0.13/32" "fded:dada::13/128"))
|
(allowed-ips '("10.0.0.13/32" "fded:dada::13/128"))
|
||||||
(keep-alive 25)))))
|
(keep-alive 25))))))
|
||||||
(%auto-start? #t))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** display manager
|
*** display manager
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;; -*- mode: scheme; coding: utf-8; -*-
|
;; -*- mode: scheme; coding: utf-8; -*-
|
||||||
;;
|
;;
|
||||||
;; tangled from framework13-system.org on 2024-01-31 11:13:11+01:00)
|
;; tangled from framework13-system.org on 2024-01-31 11:19:45+01:00)
|
||||||
|
|
||||||
(use-modules (gnu)
|
(use-modules (gnu)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
|
@ -206,8 +206,7 @@ COMMIT
|
||||||
(endpoint "example.org:51820")
|
(endpoint "example.org:51820")
|
||||||
(public-key "taeID3fNgci9OpE+1UYkS4DYZE6DIlhpLQL1BVN9sg8=")
|
(public-key "taeID3fNgci9OpE+1UYkS4DYZE6DIlhpLQL1BVN9sg8=")
|
||||||
(allowed-ips '("10.0.0.13/32" "fded:dada::13/128"))
|
(allowed-ips '("10.0.0.13/32" "fded:dada::13/128"))
|
||||||
(keep-alive 25)))))
|
(keep-alive 25))))))
|
||||||
(%auto-start? #t))
|
|
||||||
|
|
||||||
;; (service sddm-service-type
|
;; (service sddm-service-type
|
||||||
;; (sddm-configuration
|
;; (sddm-configuration
|
||||||
|
|
Loading…
Reference in a new issue