feat(web/portefolio): adding the portefolio configuration to self host

This commit is contained in:
Raphael 2025-06-10 22:41:23 +02:00
parent def9e16c65
commit 54080cfa18
3 changed files with 71 additions and 0 deletions

View file

@ -7,6 +7,7 @@
../../modules/games/global.nix
../../services/discord.nix
../../services/games.nix
../../services/web.nix
];
networking = {
@ -17,6 +18,7 @@
};
service = {
web.portefolio = true;
minecraft = {
enium-pv = false;
};