fixing future docker issue.
This commit is contained in:
parent
7ce263ca99
commit
9713f31693
1 changed files with 3 additions and 0 deletions
|
|
@ -5,4 +5,7 @@
|
||||||
liveRestore = false;
|
liveRestore = false;
|
||||||
autoPrune.enable = true;
|
autoPrune.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# But allow docker containers to access the local machine
|
||||||
|
networking.firewall.trustedInterfaces = [ "docker0" ];
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue