use bezel, needed new token
This commit is contained in:
parent
4a3e0290d0
commit
faa7b9abfd
2 changed files with 38 additions and 1 deletions
37
hosts/oren/flake.lock
generated
37
hosts/oren/flake.lock
generated
|
|
@ -62,6 +62,42 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"beszel": {
|
||||||
|
"inputs": {
|
||||||
|
"beszel-nixpkgs": "beszel-nixpkgs"
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"dir": "flakes/beszel",
|
||||||
|
"lastModified": 1763530412,
|
||||||
|
"narHash": "sha256-zftHO7vEm9SA0hYPZ3VDJaTXBNTOojkERUw3yyvlMnU=",
|
||||||
|
"ref": "refs/heads/master",
|
||||||
|
"rev": "e5311ecfd69493bc98412487472e17873dec965b",
|
||||||
|
"revCount": 789,
|
||||||
|
"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,
|
||||||
|
"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",
|
||||||
|
|
@ -1582,6 +1618,7 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
"beszel": "beszel",
|
||||||
"common": "common",
|
"common": "common",
|
||||||
"flatpaks": "flatpaks",
|
"flatpaks": "flatpaks",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@
|
||||||
{
|
{
|
||||||
beszelAgent = {
|
beszelAgent = {
|
||||||
listen = "${overlayIp}:45876";
|
listen = "${overlayIp}:45876";
|
||||||
token = "20208198-87c2-4bd1-ab09-b97c3b9c6a6e";
|
token = "f8a54c41-486b-487a-a78d-a087385c317b";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue