summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-07-09 18:54:08 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-07-09 18:54:08 -0500
commit8692ac2970b16327103c7ccf30303461005ddc76 (patch)
treeb087f26d228879f7ab21075a179ae0678cbeb648 /flake.nix
parentcb1655c86a9552a6801c5296e9241204085a59f3 (diff)
parentcf6782680b604e54ed70368c915cba15ee06ff0b (diff)
downloadnixos-8692ac2970b16327103c7ccf30303461005ddc76.tar.xz
nixos-8692ac2970b16327103c7ccf30303461005ddc76.zip
Merge branch 'master' of publicgit:nixosHEADmaster
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 {