hydra: harbourfront: Change DNS servers.

* hydra/harbourfront.scm (operating-system): Change name server entries.
This commit is contained in:
Andreas Enge 2023-10-16 19:12:09 +02:00
parent 213384e43d
commit e1c86496d7
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,9 @@
(destination "default")
(gateway "147.210.17.254"))))
(name-servers
'("147.210.16.143" "147.210.16.214")))))
'("147.210.245.1"
"147.210.245.11"
"147.210.245.111")))))
(service openssh-service-type
(openssh-configuration
(permit-root-login 'prohibit-password)