rearranged modules/
This commit is contained in:
parent
0d0acb8280
commit
5c860a8388
9 changed files with 7 additions and 7 deletions
|
|
@ -1,11 +0,0 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
liveRestore = false;
|
||||
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