Add local IPs of self-hosted services

This commit is contained in:
Skylar Hill 2024-04-07 18:24:14 -05:00
parent b80d064ee2
commit dd9e3e3a3a
2 changed files with 16 additions and 2 deletions

View file

@ -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.

View file

@ -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.