Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles
This commit is contained in:
commit
f9c34f591d
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"
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"locked": {
|
||||
"lastModified": 1763421233,
|
||||
|
|
@ -41,6 +61,22 @@
|
|||
"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": {
|
||||
"locked": {
|
||||
"dir": "flakes/common",
|
||||
|
|
@ -1208,7 +1244,8 @@
|
|||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"beszel-nixpkgs": "beszel-nixpkgs",
|
||||
"beszel": "beszel",
|
||||
"beszel-nixpkgs": "beszel-nixpkgs_2",
|
||||
"common": "common",
|
||||
"home-manager": "home-manager",
|
||||
"litellm-nixpkgs": "litellm-nixpkgs",
|
||||
|
|
|
|||
|
|
@ -59,11 +59,6 @@ in
|
|||
};
|
||||
"h001.net.joshuabell.xyz" = {
|
||||
locations = {
|
||||
"/grafana/" = {
|
||||
proxyPass = "http://localhost:3001";
|
||||
proxyWebsockets = true;
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
"/" = homarr;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue