diff options
Diffstat (limited to 'etc/guix/system.scm')
-rw-r--r-- | etc/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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")) |