This website requires JavaScript.
Explore
Help
Sign in
privatevoid.net
/
depot
Watch
1
Star
1
Fork
You've already forked depot
0
Code
Issues
18
Pull requests
3
Projects
3
Releases
Packages
Wiki
Activity
Actions
5830db1c19
depot
/
cluster
/
services
/
nginx
/
default.nix
7 lines
104 B
Nix
Raw
Normal View
History
Unescape
Escape
cluster/services/nginx: init from host-specific modules
2022-10-31 19:14:39 +02:00
{
services
.
nginx
=
{
nodes
.
host
=
[
"
V
E
G
A
S
"
"
p
r
o
p
h
e
t
"
]
;
Revert "cluster/services/nginx: switch to OpenSSL 1.1 to mitigate a to-be-disclosed vulnerability" This reverts commit 41448f0c23197c6daeaa5946c38bb7450c204581. Fixed upstream: https://github.com/NixOS/nixpkgs/pull/199001
2022-11-02 21:47:50 +02:00
nixos
.
host
=
[
./nginx.nix
]
;
cluster/services/nginx: init from host-specific modules
2022-10-31 19:14:39 +02:00
}
;
}
Reference in a new issue
Copy permalink