remove unused nginx route
This commit is contained in:
parent
6fea2af785
commit
6fdcd5e49d
2 changed files with 38 additions and 6 deletions
39
hosts/h001/flake.lock
generated
39
hosts/h001/flake.lock
generated
|
|
@ -25,6 +25,26 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"beszel": {
|
||||||
|
"inputs": {
|
||||||
|
"beszel-nixpkgs": "beszel-nixpkgs"
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"dir": "flakes/beszel",
|
||||||
|
"lastModified": 1763531088,
|
||||||
|
"narHash": "sha256-suRi8Rjy1o7fQTs5tIn8ZQuzbLeenpu8gN7ng1/4h2g=",
|
||||||
|
"ref": "refs/heads/master",
|
||||||
|
"rev": "b64242cda1425c9ce0b370520926c9fe0abb5bc0",
|
||||||
|
"revCount": 792,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"dir": "flakes/beszel",
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||||
|
}
|
||||||
|
},
|
||||||
"beszel-nixpkgs": {
|
"beszel-nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1763421233,
|
"lastModified": 1763421233,
|
||||||
|
|
@ -41,6 +61,22 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"beszel-nixpkgs_2": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1763421233,
|
||||||
|
"narHash": "sha256-Stk9ZYRkGrnnpyJ4eqt9eQtdFWRRIvMxpNRf4sIegnw=",
|
||||||
|
"owner": "nixos",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "89c2b2330e733d6cdb5eae7b899326930c2c0648",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nixos",
|
||||||
|
"ref": "nixos-unstable",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "flakes/common",
|
"dir": "flakes/common",
|
||||||
|
|
@ -1208,7 +1244,8 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"beszel-nixpkgs": "beszel-nixpkgs",
|
"beszel": "beszel",
|
||||||
|
"beszel-nixpkgs": "beszel-nixpkgs_2",
|
||||||
"common": "common",
|
"common": "common",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"litellm-nixpkgs": "litellm-nixpkgs",
|
"litellm-nixpkgs": "litellm-nixpkgs",
|
||||||
|
|
|
||||||
|
|
@ -59,11 +59,6 @@ in
|
||||||
};
|
};
|
||||||
"h001.net.joshuabell.xyz" = {
|
"h001.net.joshuabell.xyz" = {
|
||||||
locations = {
|
locations = {
|
||||||
"/beszel/" = {
|
|
||||||
proxyPass = "http://100.64.0.13:8090";
|
|
||||||
proxyWebsockets = true;
|
|
||||||
recommendedProxySettings = true;
|
|
||||||
};
|
|
||||||
"/" = homarr;
|
"/" = homarr;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue