Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This is a dns issue where if we dont explicitly disable it then it conflicts with the 53 port from the pihole container and we can't ssh into the device anymore
7 lines
91 B
Nix
7 lines
91 B
Nix
{...}: {
|
|
services.resolved = {
|
|
enable = false;
|
|
};
|
|
networking.nameservers = [];
|
|
}
|