initial commit
This commit is contained in:
commit
4014d5e658
30 changed files with 911 additions and 0 deletions
12
hosts/crayon/www/5438.squi.bid.nix
Normal file
12
hosts/crayon/www/5438.squi.bid.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
root = "/var/www/5438"; # TODO: make declarative
|
||||
|
||||
locations."/" = {
|
||||
index = "zacharys-guide.pdf";
|
||||
};
|
||||
|
||||
# https
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue