Wrap the networking_local.nix, because of the error.
This commit is contained in:
parent
598f9bb256
commit
25b834e413
1 changed files with 34 additions and 32 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
config = {
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
# programs.mtr.enable = true;
|
||||||
|
|
@ -42,4 +43,5 @@
|
||||||
|
|
||||||
# Explicitly set DNS
|
# Explicitly set DNS
|
||||||
networking.nameservers = ["10.1.1.2"]; # PiHole DNS
|
networking.nameservers = ["10.1.1.2"]; # PiHole DNS
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue