feat: host GitLab page felschr.com
This commit is contained in:
parent
f260cc678b
commit
b7741ff5ee
2 changed files with 11 additions and 0 deletions
services
9
services/website.nix
Normal file
9
services/website.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts."felschr.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "https://felschr.gitlab.io";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue