WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit f7b779aa6f - Show all commits

View file

@ -1,4 +1,6 @@
mariadb:
version: "3"
services:
mariadb:
container_name: mariadb
image: mariadb
environment:
@ -11,6 +13,6 @@ mariadb:
- /etc/localtime:/etc/localtime:ro
restart: always
networks:
networks:
db:
external: true