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

@ -10,6 +10,8 @@
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
# secrets.url = "path:../../../flakes/secrets";
secrets.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/secrets";
# beszel.url = "path:../../flakes/beszel";
beszel.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/beszel";
};
outputs =
@ -19,6 +21,7 @@
home-manager,
common,
secrets,
beszel,
ros_neovim,
deploy-rs,
...
@ -28,6 +31,7 @@
system = "aarch64-linux";
stateVersion = "23.11";
primaryUser = "root";
overlayIp = "100.64.0.11";
lib = nixpkgs.lib;
in
{
@ -66,6 +70,17 @@
common.nixosModules.tailnet
common.nixosModules.zsh
beszel.nixosModules.agent
(
{ ... }:
{
beszelAgent = {
listen = "${overlayIp}:45876";
token = "20208198-87c2-4bd1-ab09-b97c3b9c6a6e";
};
}
)
ros_neovim.nixosModules.default
./configuration.nix
./hardware-configuration.nix