add nginx config
This commit is contained in:
parent
b3ef8435f7
commit
e90fa2d107
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