migrate nginx to github pages

This commit is contained in:
♥ Minnie ♥ 2023-06-10 10:22:45 +08:00
parent 0ee94132d4
commit 04f0b7f198
2 changed files with 0 additions and 14 deletions

View file

@ -3,7 +3,6 @@
{
imports = [
./homepage
./nginx
./pihole
./plex
./sonarr

View file

@ -1,13 +0,0 @@
{ ... }:
{
# Nginx
virtualisation.oci-containers.containers."nginx" = {
autoStart = true;
image = "nginx";
volumes = [
"/srv/containers/nginx:/usr/share/nginx/html"
];
ports = [ "8282:80" ];
};
}