dotfiles/config/nixos/hosts.nix
Menno van Leeuwen c0ab3d1517
All checks were successful
Nix Format Check / check-format (push) Successful in 36s
revert purposefully broken file gitea action works!
2024-11-18 15:25:14 +01:00

15 lines
304 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
10.64.148.230 api.dev
10.64.148.230 subsites.dev
'';
}