fix: Don't remove resolved.enable = false else it'll fuck up ssh into tsuba
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
This commit is contained in:
2026-02-01 02:53:38 +05:30
parent 62dd4d3713
commit a444694054
2 changed files with 5 additions and 10 deletions

View File

@@ -1,11 +1,6 @@
{...}: { {...}: {
# services.resolved = { services.resolved = {
# enable = false; enable = false;
# settings = { };
# Resolve = {
# FallbackDNS = [];
# };
# };
# };
networking.nameservers = []; networking.nameservers = [];
} }

View File

@@ -12,10 +12,10 @@
systemd.network.wait-online.enable = false; systemd.network.wait-online.enable = false;
fileSystems."/home".neededForBoot = true; fileSystems."/home".neededForBoot = true;
boot.loader.raspberryPi.bootloader = "kernel"; boot.loader.raspberry-pi.bootloader = "kernel";
system.nixos.tags = let system.nixos.tags = let
cfg = config.boot.loader.raspberryPi; cfg = config.boot.loader.raspberry-pi;
in [ in [
"raspberry-pi-${cfg.variant}" "raspberry-pi-${cfg.variant}"
cfg.bootloader cfg.bootloader