my nix configs for my servers and desktop

enable technitium-dns-server

Changed files
+3 -1
hosts
morax
+3 -1
hosts/morax/default.nix
···
environment.systemPackages = with pkgs; [
technitium-dns-server
-
+
inputs.agenix.packages.aarch64-linux.default
];
+
+
services.technitium-dns-server.enable
virtualisation.docker = {
enable = true;