mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Update nix
This commit is contained in:
parent
c960a79e21
commit
b152ff48c7
7 changed files with 222 additions and 178 deletions
|
|
@ -32,15 +32,15 @@ in
|
|||
config = {
|
||||
networking.networkmanager.enable = true;
|
||||
# networking.nameservers = [ "45.90.28.97" "45.90.30.97" ];
|
||||
# networking.nameservers = ["194.242.2.4#base.dns.mullvad.net"];
|
||||
networking.nameservers = ["194.242.2.4#base.dns.mullvad.net"];
|
||||
# networking.enableIPv6 = false;
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "false";
|
||||
dnsovertls = "true";
|
||||
domains = ["~."];
|
||||
fallbackDns = ["194.242.2.4#base.dns.mullvad.net"];
|
||||
};
|
||||
# services.resolved = {
|
||||
# enable = true;
|
||||
# dnssec = "false";
|
||||
# dnsovertls = "true";
|
||||
# domains = ["~."];
|
||||
# fallbackDns = ["194.242.2.4#base.dns.mullvad.net"];
|
||||
# };
|
||||
|
||||
# udev 250 doesn't reliably reinitialize devices after restart
|
||||
systemd.services.systemd-udevd.restartIfChanged = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue