starlight: remove nginx
This commit is contained in:
parent
bf2a24e7e6
commit
c4e893ec6d
|
@ -4,7 +4,6 @@
|
|||
imports = [
|
||||
./boot-config.nix
|
||||
./hardware-configuration.nix
|
||||
./nginx.nix
|
||||
../../private/starlight.nix
|
||||
../../sets/cpu/amd.nix
|
||||
../../sets/fpga.nix
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
email = "me@artem.ist";
|
||||
};
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
package = pkgs.nginxMainline;
|
||||
virtualHosts."starlight.manehattan.artem.ist" = {
|
||||
default = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
root = "/srv/nginx/starlight.manehattan.artem.ist";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue