Add local IPs of self-hosted services
This commit is contained in:
parent
b80d064ee2
commit
dd9e3e3a3a
2 changed files with 16 additions and 2 deletions
|
@ -46,7 +46,14 @@
|
|||
(service syncthing-service-type
|
||||
(syncthing-configuration
|
||||
(user "skylar")
|
||||
(home "/home/skylar"))))
|
||||
(home "/home/skylar")))
|
||||
(simple-service 'add-hosts
|
||||
hosts-service-type
|
||||
(list (host "192.168.254.167" "skylarhill.me")
|
||||
(host "192.168.254.167" "vtt"
|
||||
'("vtt.skylarhill.me"))
|
||||
(host "192.168.254.167" "files"
|
||||
'("files.skylarhill.me")))))
|
||||
|
||||
;; This is the default list of services we
|
||||
;; are appending to.
|
||||
|
|
|
@ -41,7 +41,14 @@
|
|||
(service syncthing-service-type
|
||||
(syncthing-configuration
|
||||
(user "skylar")
|
||||
(home "/home/skylar"))))
|
||||
(home "/home/skylar")))
|
||||
(simple-service 'add-hosts
|
||||
hosts-service-type
|
||||
(list (host "192.168.254.167" "skylarhill.me")
|
||||
(host "192.168.254.167" "vtt"
|
||||
'("vtt.skylarhill.me"))
|
||||
(host "192.168.254.167" "files"
|
||||
'("files.skylarhill.me")))))
|
||||
|
||||
;; This is the default list of services we
|
||||
;; are appending to.
|
||||
|
|
Loading…
Reference in a new issue