Remove blog from vpsfree
This commit is contained in:
parent
6f42b89b9a
commit
236787b1db
2 changed files with 0 additions and 20 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -6,7 +6,6 @@
|
|||
../cli.nix
|
||||
../nginx.nix
|
||||
./backups.nix
|
||||
./blog.cyplo.net.nix
|
||||
./cryptpad.nix
|
||||
./foundryvtt.nix
|
||||
./gitea.nix
|
||||
|
|
Loading…
Reference in a new issue