summaryrefslogtreecommitdiff
path: root/bluechateau/systems
diff options
context:
space:
mode:
Diffstat (limited to 'bluechateau/systems')
-rw-r--r--bluechateau/systems/chinstrap.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/bluechateau/systems/chinstrap.scm b/bluechateau/systems/chinstrap.scm
index a593b5b..89a9057 100644
--- a/bluechateau/systems/chinstrap.scm
+++ b/bluechateau/systems/chinstrap.scm
@@ -21,6 +21,7 @@
#:use-module (gnu services databases)
#:use-module (gnu services desktop)
#:use-module (gnu services docker)
+ #:use-module (gnu services dns)
#:use-module (gnu services messaging)
#:use-module (gnu services networking)
#:use-module (gnu services ssh)
@@ -456,6 +457,14 @@ port = 8000"))
;; Basic system services
(service dhcpcd-service-type)
(service dbus-root-service-type)
+ (service dnsmasq-service-type
+ (dnsmasq-configuration
+ (no-resolv? #t)
+ (cache-size 1000)
+ (servers '("95.215.19.53")) ;; Use Njalla public DNS upstream
+ (addresses
+ '("/bluechateau.org/192.168.254.159"))
+ ))
(service elogind-service-type)
;; OpenSSH