update goofs

This commit is contained in:
Leonardo Eugênio 2024-10-05 17:26:45 -03:00
parent 28f47361a0
commit d49b17879d
5 changed files with 40 additions and 34 deletions

View file

@ -33,4 +33,9 @@
forceSSL = true;
root = inputs.tomater;
};
services.nginx.virtualHosts."youre-wrong.lelgenio.com" = {
enableACME = true;
forceSSL = true;
root = inputs.youre-wrong;
};
}