Arion: move ttrss db to services scope

This commit is contained in:
GHOSCHT 2024-03-15 21:33:45 +01:00
parent 3ea35b67ae
commit faa9747d05
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -28,7 +28,6 @@
"dmz"
];
};
};
db.service = {
image = "postgres:13-alpine";
volumes = [
@ -42,4 +41,5 @@
"dmz"
];
};
};
}