Wrap the networking_local.nix, because of the error.

This commit is contained in:
Root User 2026-02-06 21:50:04 +01:00
parent 598f9bb256
commit 25b834e413
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -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
};
} }