nixos/services: add default website on nginx

This commit is contained in:
2026-05-04 04:55:58 +02:00
committed by ErrorNoInternet
parent c9820e2166
commit 5e7b5813f4
2 changed files with 26 additions and 7 deletions
+14 -1
View File
@@ -1,4 +1,17 @@
{
"pins": {},
"pins": {
"website": {
"type": "Git",
"repository": {
"type": "Git",
"url": "https://git.javalsai.tuxcord.net/tuxcord/website.git"
},
"branch": "main",
"submodules": false,
"revision": "a9f523c268062c0c4a8167b719be15e3e4b3ef88",
"url": null,
"hash": "0ql14xjz0prvy3rdx6zkbpsjxvx40ivdzrwzdgfsk07jg07aki05"
}
},
"version": 5
}