nixos/services: make dns configuration easier

This commit is contained in:
2026-05-03 19:32:39 +02:00
parent e83b3bae26
commit 3f1ef7052e
9 changed files with 155 additions and 65 deletions
-8
View File
@@ -28,14 +28,6 @@ in
./vm.nix
];
age.secrets = {
dns-root-key = {
file = ../agenix/dns/tuxcord.key;
group = "named";
owner = "named";
};
};
nix = {
package = inputs'.nix-super.packages.default;