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 container_name: mariadb
image: mariadb image: mariadb
environment: environment:
@ -11,6 +13,6 @@ mariadb:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
restart: always restart: always
networks: networks:
db: db:
external: true external: true