add nginx config
This commit is contained in:
parent
66060b0b36
commit
3bdd96bc6d
1 changed files with 6 additions and 0 deletions
6
nixos/hephaestus/nginx.nix
Normal file
6
nixos/hephaestus/nginx.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.system.packages = with pkgs; [
|
||||
nginx
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue