Skip to content

Commit

Permalink
config: base: add pihole ssh information.
Browse files Browse the repository at this point in the history
  • Loading branch information
minikN committed Mar 26, 2023
1 parent f9d0f86 commit 5891dff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/base.scm
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@
(host "gnomebeach")
(options
'((host-name . "116.203.96.122")
(port . 22)
(control-master . "auto")
(control-path . "~/.ssh/master-%r@%h:%p")
(compression . #t))))
(ssh-host
(host "pihole")
(options
'((host-name . "192.168.178.55")
(port . 22)
(control-master . "auto")
(control-path . "~/.ssh/master-%r@%h:%p")
Expand Down

0 comments on commit 5891dff

Please sign in to comment.