From 7c858a1515bc48dc8a3f85682f64282f48378073 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 6 Dec 2022 14:50:53 -0300 Subject: etc/guix/system.scm: Use variable name of "toph" over literal string --- etc/guix/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 812f41f..af93972 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -469,7 +469,7 @@ Seiko Epson Color Ink Jet Printers.") (peers (list (wireguard-peer - (name "toph") + (name toph) (endpoint (string-append toph.tld ":51820")) (public-key "8jJgTIWrs7HNWlJXOwl8A0DKqIiAGa4hhh/hcXm4EUs=") (allowed-ips '("10.0.0.0/24")) -- cgit v1.2.3