diff options
author | EuAndreh <eu@euandre.org> | 2022-12-06 14:50:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-12-06 14:50:53 -0300 |
commit | 7c858a1515bc48dc8a3f85682f64282f48378073 (patch) | |
tree | a0a5ad02649805f727ca347f785f4cf6b886a966 /etc | |
parent | bin/vm: Fix help string indentation (diff) | |
download | dotfiles-7c858a1515bc48dc8a3f85682f64282f48378073.tar.gz dotfiles-7c858a1515bc48dc8a3f85682f64282f48378073.tar.xz |
etc/guix/system.scm: Use variable name of "toph" over literal string
Diffstat (limited to 'etc')
-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")) |