update docker configuration

This commit is contained in:
Felix Schröter 2019-11-04 09:58:38 +01:00 committed by Felix Schröter
parent 4e744af2db
commit 5cf4cfdff1

View file

@ -5,5 +5,12 @@
docker-compose docker-compose
]; ];
virtualisation.docker.enable = true; virtualisation.docker = {
enable = true;
extraOptions = "--ip 127.0.0.1";
autoPrune = {
enable = true;
dates = "10:00";
};
};
} }