🐛 switch to IPs for nginx

(limit deploy failures)
This commit is contained in:
2022-06-11 14:57:41 -04:00
parent 9834e3b7eb
commit be52b200c2
7 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
description = "walkah's little city state";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
home-manager.url = "github:nix-community/home-manager";
flake-utils.url = "github:numtide/flake-utils";
deploy-rs.url = "github:serokell/deploy-rs";