fix: formatting and tidying up
This commit is contained in:
parent
144b572b1b
commit
775d6412af
9 changed files with 8 additions and 98 deletions
|
@ -34,7 +34,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
# skynet-admin will always be added, individual servers can override the grpoups option
|
||||
# skynet-admin-linux will always be added, individual servers can override the groups option
|
||||
services.skynet_ldap_client.enable = true;
|
||||
|
||||
networking = {
|
||||
|
@ -50,23 +50,11 @@
|
|||
"193.1.99.120"
|
||||
# ns2
|
||||
"193.1.99.109"
|
||||
|
||||
# Cloudflare
|
||||
#"1.1.1.1"
|
||||
# Google
|
||||
#"8.8.8.8"
|
||||
# Quad9
|
||||
#"9.9.9.9"
|
||||
];
|
||||
};
|
||||
|
||||
# make sure resolved uses our dns servers
|
||||
services.resolved = {
|
||||
#enable = true;
|
||||
# use teh above nameservers as the fallback dns
|
||||
fallbackDns = config.networking.nameservers;
|
||||
};
|
||||
|
||||
# use teh above nameservers as the fallback dns
|
||||
services.resolved.fallbackDns = config.networking.nameservers;
|
||||
|
||||
environment.systemPackages = [
|
||||
# for flakes
|
||||
|
|
|
@ -43,7 +43,6 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
|
||||
# keep the wired usb connection alive (front panel)
|
||||
networking.interfaces.enp0s29u1u5u2.useDHCP = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue