Skip to content

Commit

Permalink
Break the vault/DNS circular dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Jan 4, 2024
1 parent 23cb50b commit 9b92268
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nix/nixos-modules/roles/auth-dns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,8 @@ in with lib; {

serviceConfig = { User = "named"; };
};

networking.extraHosts = ''
192.9.153.114 secrets.astrid.tech
'';
}

0 comments on commit 9b92268

Please sign in to comment.