Remove blog from vpsfree

This commit is contained in:
Cyryl Płotnicki 2023-08-12 22:23:33 +01:00
parent 6f42b89b9a
commit 236787b1db
2 changed files with 0 additions and 20 deletions

View file

@ -1,19 +0,0 @@
{
config,
pkgs,
inputs,
lib,
...
}: {
imports = [../nginx.nix];
services.nginx = {
virtualHosts = {
"blog.cyplo.net" = {
forceSSL = true;
enableACME = true;
globalRedirect = "blog.cyplo.dev";
};
};
};
}

View file

@ -6,7 +6,6 @@
../cli.nix
../nginx.nix
./backups.nix
./blog.cyplo.net.nix
./cryptpad.nix
./foundryvtt.nix
./gitea.nix