From 51fdba3c6d81bf9ab50b716942f461c50e2a06e6 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 19 Nov 2025 05:50:12 +0000 Subject: [PATCH] add beszel agent --- hosts/h003/flake.lock | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/hosts/h003/flake.lock b/hosts/h003/flake.lock index f94a90be..e7d20aad 100644 --- a/hosts/h003/flake.lock +++ b/hosts/h003/flake.lock @@ -25,6 +25,42 @@ "type": "github" } }, + "beszel": { + "inputs": { + "beszel-nixpkgs": "beszel-nixpkgs" + }, + "locked": { + "dir": "flakes/beszel", + "lastModified": 1763531039, + "narHash": "sha256-NB7bBx15OByy04pFrlfN7Xtjqu6mQGfXhDKwb1Z6+RY=", + "ref": "refs/heads/master", + "rev": "857619a0d5a04dfbd4618e93957d2e9e8cbc38a2", + "revCount": 791, + "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": { "locked": { "dir": "flakes/common", @@ -1092,6 +1128,7 @@ }, "root": { "inputs": { + "beszel": "beszel", "common": "common", "home-manager": "home-manager", "nixpkgs": "nixpkgs_2",