disabeling dnssec

This commit is contained in:
Tassilo - 2023-10-29 00:48:55 +02:00
parent e28c96287e
commit ed47b8dced
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07
2 changed files with 10 additions and 0 deletions

View File

@ -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
@ -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 // {

View File

@ -19,5 +19,7 @@
};
};
services.resolved.dnssec = "false";
system.stateVersion = "21.11"; # Did you read the comment?
}