Formatting
This commit is contained in:
parent
963fe60013
commit
fe64d3ad81
|
@ -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 ]; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue