feat(services/web): adding the format to protefolio nix files

This commit is contained in:
Raphael 2026-02-28 16:43:19 +01:00
parent e9a7753e88
commit 53b92464a5
No known key found for this signature in database

View file

@ -36,8 +36,8 @@ in
};
security.acme = {
certs = {
"parodi.pro" = {};
"raphael.parodi.pro" = {};
"parodi.pro" = { };
"raphael.parodi.pro" = { };
};
};
};