Nesting was wrong

This commit is contained in:
niten 2023-11-26 16:05:58 -08:00
parent 369d0edb71
commit 355ceae945
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ in {
}; };
}; };
virtualisation.arion.projects.frigate.settings = { virtualisation.arion.projects.frigate.settings = let
image = { pkgs, ... }: { image = { pkgs, ... }: {
project.name = "frigate-cctv"; project.name = "frigate-cctv";
services = { services = {
@ -213,6 +213,6 @@ in {
}; };
}; };
}; };
}; in { imports = [ image ]; };
}; };
} }