summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-07-08 17:09:26 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-07-08 17:09:26 -0500
commit1878d88f72f97e6cbcb050430895bb728a835600 (patch)
treea4f9367ca0efb553c1a65c989e5f9f42f6de7140 /flake.nix
parent82045cb4655fa70fdca6459e81612951326455d3 (diff)
downloadnixos-1878d88f72f97e6cbcb050430895bb728a835600.tar.xz
nixos-1878d88f72f97e6cbcb050430895bb728a835600.zip
new flake input for open-bamboo-networking + nix flake update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e73ab18..b658fae 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,6 +21,10 @@ rec {
url = "git://git.tjkeller.xyz/hm-reposync";
inputs.nixpkgs.follows = "nixpkgs";
};
+ open-bamboo-networking = {
+ url = "git://git.tjkeller.xyz/open-bamboo-network-plugin-flake";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs = { nixpkgs, home-manager, ... }@inputs: let
@@ -29,6 +33,7 @@ rec {
homeManagerModules = [
inputs.arkenfox.hmModules.arkenfox
inputs.reposync.hmModules.reposync
+ inputs.open-bamboo-networking.hmModules.open-bamboo-networking
./home-manager
];
mkNixosConfiguration = system: hostname: nixpkgs.lib.nixosSystem {