chore: regular adds removes fixes

This commit is contained in:
2024-10-31 18:22:49 +01:00
parent 4125562f7a
commit 71d6a1dc81
28 changed files with 390318 additions and 390276 deletions

11
config/nixos/hosts.nix Normal file
View File

@ -0,0 +1,11 @@
{ ... }:
{
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
'';
}