use bezel flake

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-18 23:33:32 -06:00
parent df3057b347
commit 4a3e0290d0
12 changed files with 68 additions and 326 deletions

View file

@ -33,6 +33,7 @@
configuration_name = "lio";
system = "x86_64-linux";
primaryUser = "josh";
overlayIp = "100.64.0.1";
lib = nixpkgs.lib;
in
{
@ -82,7 +83,7 @@
{ ... }:
{
beszelAgent = {
listen = "100.64.0.1:45876";
listen = "${overlayIp}:45876";
token = "20208198-87c2-4bd1-ab09-b97c3b9c6a6e";
};
}