dotfiles/config/nixos/hosts.nix
Menno van Leeuwen 56913879cb
Some checks failed
Nix Format Check / check-format (push) Failing after 36s
chore: remove obsolete local host entries from NixOS configuration
2024-12-09 16:02:38 +01:00

12 lines
246 B
Nix

{ ... }:
{
networking.extraHosts = ''
127.0.0.1 subsites.local
127.0.0.1 discountoffice.nl.local
127.0.0.1 discountoffice.be.local
127.0.0.1 fr.discountoffice.be.local
127.0.0.1 api.local
127.0.0.1 mailpit.local
'';
}