Compare commits

...

2 Commits

Author SHA1 Message Date
2f19903a45 Remove pi.agency 2022-04-21 15:17:59 -04:00
8102981a01 Update dailybot 2022-04-21 15:17:32 -04:00
2 changed files with 4 additions and 13 deletions

8
flake.lock generated
View File

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

View File

@ -154,15 +154,6 @@ 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";