1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

dns-sledgehammer: remove

This commit is contained in:
2025-12-13 22:51:50 +01:00
parent b647b9f901
commit f58e111ce1
3 changed files with 0 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
{
writers,
coreutils,
}:
writers.writeDashBin "dns-sledgehammer" ''
${coreutils}/bin/printf '%s\n' 'nameserver 1.1.1.1' 'options edns0' > /etc/resolv.conf
''