Use Ansible for uploading files and managing NGINX

This commit is contained in:
Oliver Davies 2024-05-03 21:40:02 +01:00
parent 45e8206df8
commit cd6575c6fc
7 changed files with 489 additions and 3 deletions

View file

@ -12,7 +12,7 @@
inherit (pkgs) mkShell;
in {
devShells.${system}.default =
mkShell { buildInputs = with pkgs; [ nodePackages.pnpm nodejs php82 php82Packages.composer ]; };
mkShell { buildInputs = with pkgs; [ ansible nodePackages.pnpm nodejs php82 php82Packages.composer ]; };
formatter.${system} = pkgs.nixfmt;
};