Skip to content

Commit

Permalink
cluster: simplify imports in homelab cluster
Browse files Browse the repository at this point in the history
Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Nov 8, 2024
1 parent ee1a57b commit 33dbe07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/homelab/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ charts, ... }:
{ ... }:
{
imports = [
(import ./argocd.nix { inherit charts; })
./argocd.nix
];

nixidy = {
Expand Down

0 comments on commit 33dbe07

Please sign in to comment.