Fixing networks arion
All checks were successful
Nix Build / build-nixos (push) Successful in 6m8s

This commit is contained in:
soraefir
2024-04-21 13:27:56 +02:00
parent 0f4154bcb5
commit a8c74cba69
4 changed files with 20 additions and 10 deletions

View File

@ -10,7 +10,11 @@
enable = true;
dockerSocket.enable = true;
dockerCompat = true;
defaultNetwork.settings.dnsname.enable = true;
defaultNetwork.settings = {
dnsname.enable = true;
internal = true;
name = "internal";
};
};
};
};