add xkcd-pw
This commit is contained in:
11
services/xkcd-password.nix
Normal file
11
services/xkcd-password.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts."xkcd-pw.stubbe.rocks" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://localhost:8080";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user