Compare commits

..

No commits in common. "2f19903a45cab9865b7ea217ba5d109ed836006e" and "d975477c056f5f5b8509371f824f2b5845797e01" have entirely different histories.

2 changed files with 13 additions and 4 deletions

8
flake.lock generated
View File

@ -69,11 +69,11 @@
]
},
"locked": {
"lastModified": 1650567495,
"narHash": "sha256-Ey5MBWBLL5rePCZP3RlwE8kJpgWNgdndn2SBcQWyGco=",
"lastModified": 1650566855,
"narHash": "sha256-S3U7lj/FUUr25J51wK1A9zMsDYIqFpBo+zDmI0HvY0A=",
"ref": "master",
"rev": "37c02dea3cfedf070b9cb2b745adfedb320afa76",
"revCount": 15,
"rev": "2e07bbb710bf8813c7b232ea621df8d313c09890",
"revCount": 13,
"type": "git",
"url": "https://git.neet.dev/zuckerberg/dailybuild_modules.git"
},

View File

@ -154,6 +154,15 @@ in {
};
};
services.nginx.virtualHosts."paradigminteractive.agency" = {
enableACME = true;
forceSSL = true;
locations."/".root = builtins.fetchTarball {
url = "https://git.neet.dev/zuckerberg/paradigminteractive.agency/archive/b91f3ea2884ddd902461a8acb47f20ae04bc28ee.tar.gz";
sha256 = "1x1fpsd1qr0004hfcxk6j4c4n3wwxykzhnv47gmrdnx5hq1nbzq4";
};
};
services.matrix = {
enable = true;
host = "neet.space";