feat(docker): khepri -> nixos-docker-compose

This commit is contained in:
matt1432 2025-01-30 23:25:25 -05:00
parent 467968eb4f
commit 42ca2912c7
31 changed files with 230 additions and 243 deletions

View file

@ -40,6 +40,15 @@
repo = "custom-sidebar";
type = "github";
};
docker-compose = {
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
owner = "matt1432";
repo = "nixos-docker-compose";
type = "github";
};
dracul-ha-src = {
flake = false;
owner = "berti24";
@ -191,12 +200,6 @@
repo = "Jovian-NixOS";
type = "github";
};
khepri = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "matt1432";
repo = "khepri";
type = "github";
};
kompass = {
inputs = {
astal.follows = "astal";