diff --git a/hosts/franz/arion/feed/arion-compose.nix b/hosts/franz/arion/feed/arion-compose.nix index 26a9feb..d9417a9 100644 --- a/hosts/franz/arion/feed/arion-compose.nix +++ b/hosts/franz/arion/feed/arion-compose.nix @@ -28,18 +28,18 @@ "dmz" ]; }; - }; - db.service = { - image = "postgres:13-alpine"; - volumes = [ - "/home/ghoscht/.docker/feed/ttrss_db:/var/lib/postgresql/data" - ]; - env_file = [ - "/home/ghoscht/.docker/feed/ttrss.env" - ]; - restart = "always"; - networks = [ - "dmz" - ]; + db.service = { + image = "postgres:13-alpine"; + volumes = [ + "/home/ghoscht/.docker/feed/ttrss_db:/var/lib/postgresql/data" + ]; + env_file = [ + "/home/ghoscht/.docker/feed/ttrss.env" + ]; + restart = "always"; + networks = [ + "dmz" + ]; + }; }; }