Formatting

This commit is contained in:
niten 2023-07-22 10:38:50 -07:00
parent 963fe60013
commit fe64d3ad81
1 changed files with 13 additions and 17 deletions

View File

@ -143,9 +143,7 @@ in {
};
};
virtualisation = {
arion = {
projects.teslamate.settings = let
virtualisation.arion.projects.teslamate.settings = let
teslaMateImage = makeTeslaMateImage {
teslaMateImage = cfg.images.tesla-mate;
postgresImage = cfg.images.postgres;
@ -160,6 +158,4 @@ in {
};
in { imports = [ teslaMateImage ]; };
};
};
};
}