Skip to content

Commit

Permalink
disabeling dnssec
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Oct 28, 2023
1 parent e28c962 commit ed47b8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,17 @@
monitoring = true;
}
{
# Hannover Bredero Hochhaus City
id = 8;
arch = "aarch64-linux";
monitoring = false;
}
{
# Hannover Bredero Hochhaus Wider Area
id = 9;
arch = "aarch64-linux";
monitoring = false;
}
];

# attribute set of all traffic stop boxes
Expand All @@ -256,6 +263,7 @@
{

packages."aarch64-linux".box8 = self.nixosConfigurations.traffic-stop-box-8.config.system.build.sdImage;
packages."aarch64-linux".box9 = self.nixosConfigurations.traffic-stop-box-9.config.system.build.sdImage;
packages."x86_64-linux" = packages;

nixosConfigurations = stop_boxes // {
Expand Down
2 changes: 2 additions & 0 deletions modules/traffic-stop-box/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
};
};

services.resolved.dnssec = "false";

system.stateVersion = "21.11"; # Did you read the comment?
}

0 comments on commit ed47b8d

Please sign in to comment.