Compare commits

..

7 Commits

1 changed files with 12 additions and 1 deletions

View File

@ -201,8 +201,19 @@
(service bluetooth-service-type
(bluetooth-configuration
(auto-enable? #t)))
(service dnsmasq-service-type
(dnsmasq-configuration
(no-resolv? #t)
(servers
(list
"9.9.9.9"
"2620:fe::fe"
"149.112.112.112"
"2620:fe::9"))))
(service modem-manager-service-type)
(service network-manager-service-type)
(service network-manager-service-type
(network-manager-configuration
(dns "none")))
(service ntp-service-type)
(service tor-service-type)
(service usb-modeswitch-service-type)