fix(safety): add fallback dns servers and fallback terminal

This commit is contained in:
2026-02-03 22:58:23 -08:00
parent 46460039af
commit 63f9d3418c
2 changed files with 2 additions and 1 deletions

View File

@@ -62,6 +62,7 @@
fanctl
waypipe
inputs.quickshell.packages.${meta.architecture}.default
alacritty
];
boot.kernelModules = [
"iptables"

View File

@@ -29,7 +29,7 @@
];
extraConfig = ''
[Resolve]
DNS=192.168.27.13:53
DNS=192.168.27.13:53 1.1.1.1 1.0.0.1
ResolveUnicastSingleLabel=yes
'';
};