update docker configuration
This commit is contained in:
parent
4e744af2db
commit
5cf4cfdff1
|
@ -5,5 +5,12 @@
|
|||
docker-compose
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
extraOptions = "--ip 127.0.0.1";
|
||||
autoPrune = {
|
||||
enable = true;
|
||||
dates = "10:00";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue