nixos/services: make dns configuration easier

This commit is contained in:
2026-05-03 19:32:39 +02:00
committed by ErrorNoInternet
parent dda41aca4f
commit 054b293a69
9 changed files with 156 additions and 64 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;