diff --git a/nixos/hephaestus/nginx.nix b/nixos/hephaestus/nginx.nix new file mode 100644 index 0000000..fc54c5d --- /dev/null +++ b/nixos/hephaestus/nginx.nix @@ -0,0 +1,6 @@ +{ config, pkgs, ... }: +{ + environment.system.packages = with pkgs; [ + nginx + ]; +} \ No newline at end of file