add mirror
This commit is contained in:
parent
326852c21f
commit
1310c4c7eb
3 changed files with 46 additions and 3 deletions
8
hosts/pluto/services/nginx.nix
Normal file
8
hosts/pluto/services/nginx.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
package = pkgs.nginxStable.override {openssl = pkgs.libressl;};
|
||||
virtualHosts = {
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue