diff options
| author | Max Audron <audron@cocaine.farm> | 2023-10-05 14:42:50 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2023-10-05 14:42:50 +0200 |
| commit | 0d18a3a441a5465a6a1775576bb0815419643aa9 (patch) | |
| tree | 9188b8313d38ec4b6880a1f280854045b8c99267 /machines/ettves/default.nix | |
| parent | deploy teamspeak and quassel (diff) | |
deploy powerdns and bgp config
Diffstat (limited to 'machines/ettves/default.nix')
| -rw-r--r-- | machines/ettves/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/ettves/default.nix b/machines/ettves/default.nix index 5a4a8c0..cf3fe23 100644 --- a/machines/ettves/default.nix +++ b/machines/ettves/default.nix @@ -116,6 +116,8 @@ in { advertiseAddress = endpoint; }; + services.powerdns.role = "primary"; + wireguard = { enable = true; roaming = true; @@ -131,5 +133,6 @@ in { buildOn = "remote"; substituteOnTarget = true; hermetic = false; + nixOptions = [ "--show-trace" ]; }; } |
