This website requires JavaScript.
Explore
Help
Sign In
derped
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Releases
Activity
9116b1886f
nixos
/
services
/
nginx_vHosts
/
simple.nix
13 lines
101 B
Nix
Raw
Normal View
History
Unescape
Escape
Modularized nginx config.
2019-06-22 23:58:08 +02:00
{
Format the entire project.
2023-09-11 20:23:04 +02:00
config
,
lib
,
.
.
.
}
:
with
lib
;
{
vHost
=
{
root
=
"
/
v
a
r
/
w
w
w
"
;
}
;
}
.
vHost
Copy permalink