1
0
Fork 0

fix(technitium): switch to offical package

This commit is contained in:
Philipp 2025-11-29 15:56:44 +01:00
parent 34c98b89ec
commit 9be06e6bae
Signed by: Philipp
GPG key ID: B27C3DE2FD94AFC3

View file

@ -17,7 +17,7 @@ in
package = mkOption {
description = "The package of Technitium to use.";
type = types.package;
default = pkgs.awesome-flake.technitium-dns-server;
default = pkgs.technitium-dns-server;
};
openFirewall = mkOption {