fix(hosts/luna): do not define networking.fqdn
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 47s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 47s
`networking.fqdn` is readonly.
This commit is contained in:
parent
3fb82ca44e
commit
fe757ad6b1
@ -1,4 +1,4 @@
|
|||||||
{ hostname, config, ... }:
|
{ hostname, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
@ -10,7 +10,6 @@
|
|||||||
networking = {
|
networking = {
|
||||||
hostName = hostname;
|
hostName = hostname;
|
||||||
domain = "price-hiller.com";
|
domain = "price-hiller.com";
|
||||||
fqdn = "${config.networking.hostname}.hosts.${config.networking.domain}";
|
|
||||||
nameservers = [
|
nameservers = [
|
||||||
"194.242.2.2#dns.mullvad.net"
|
"194.242.2.2#dns.mullvad.net"
|
||||||
"2a07:e340::2#dns.mullvad.net"
|
"2a07:e340::2#dns.mullvad.net"
|
||||||
|
Loading…
Reference in New Issue
Block a user