diff options
author | EuAndreh <eu@euandre.org> | 2022-11-27 09:17:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-27 09:17:26 -0300 |
commit | 85eb6347ffeea36ffcf69553ab13505cecf29160 (patch) | |
tree | 99ba2b1ce5a091cb91d1db6e9d1fd46829d24947 | |
parent | etc/guix/system.scm: Point both "toph" and "toph.wg" to WireGuard (diff) | |
download | dotfiles-85eb6347ffeea36ffcf69553ab13505cecf29160.tar.gz dotfiles-85eb6347ffeea36ffcf69553ab13505cecf29160.tar.xz |
Use friendly name as WireGuard aliases by default
-rw-r--r-- | etc/guix/system.scm | 11 | ||||
-rw-r--r-- | etc/ssh/known_hosts | 1 |
2 files changed, 4 insertions, 8 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 4917c08..812f41f 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -400,15 +400,12 @@ Seiko Epson Color Ink Jet Printers.") "hosts" (format #f #"- - 127.0.0.1 localhost ~a - ::1 localhost ~a + 127.0.0.1 localhost + ::1 localhost - 10.0.0.0 ~a.wg ~a - 10.0.0.1 ~a.wg + 10.0.0.0 ~a + 10.0.0.1 ~a "# - host-name - host-name - toph toph host-name))) (users diff --git a/etc/ssh/known_hosts b/etc/ssh/known_hosts index 7dbf768..b3ca6d8 100644 --- a/etc/ssh/known_hosts +++ b/etc/ssh/known_hosts @@ -24,5 +24,4 @@ github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okW # toph ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKF5klRzMiaDhfFv7vj6nIT2BdjbcgpsmnNT3y/X9oUu -toph.wg ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKF5klRzMiaDhfFv7vj6nIT2BdjbcgpsmnNT3y/X9oUu euandre.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKF5klRzMiaDhfFv7vj6nIT2BdjbcgpsmnNT3y/X9oUu |