diff options
| author | Max Audron <audron@cocaine.farm> | 2026-01-07 16:36:11 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2026-01-07 16:36:11 +0100 |
| commit | a04a1b112d379b800d6f0c53f6854b9939aa2d04 (patch) | |
| tree | fe8b98c7756bb064602b29267e17aea22f8710c0 /modules/powerdns/default.nix | |
| parent | setup backups for mail (diff) | |
update to nixos 25.11
Diffstat (limited to 'modules/powerdns/default.nix')
| -rw-r--r-- | modules/powerdns/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/powerdns/default.nix b/modules/powerdns/default.nix index ae2f31e..b2f6993 100644 --- a/modules/powerdns/default.nix +++ b/modules/powerdns/default.nix @@ -60,7 +60,7 @@ in }; config = { - environment.systemPackages = [ pkgs.powerdns ]; + environment.systemPackages = [ pkgs.pdns ]; services.powerdns = { enable = true; extraConfig = |
