Add named on instance-20221213-1915 #101
No reviewers
Labels
No labels
automated
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
update
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: darkkirb/nixos-config#101
Loading…
Reference in a new issue
No description provided.
Delete branch "add-submissive-dns"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +8,4 @@
internalIP = import ../../utils/getInternalIP.nix config;
createListenEntry = ip: "inet ${ip} port 8653 allow { any; };";
listenEntries = builtins.map createListenEntry internalIP.listenIPsBare;
mkZone = name: {
Difference between this PR and main:
Changes for nixos-8gb-fsn1-1.x86_64-linux:
Changes for nutty-noon.x86_64-linux:
Changes for thinkrac.x86_64-linux:
Changes for installer.x86_64-linux:
Changes for nas.x86_64-linux:
Changes for instance-20221213-1915.aarch64-linux:
@ -0,0 +16,4 @@
in {
services.bind = {
enable = true;
zones = {