Merge branch 'main' of ssh://git.ghoscht.com:2222/ghoscht/nix-config

This commit is contained in:
GHOSCHT 2024-11-08 21:44:28 +01:00
commit d13a06c7f6
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -1,5 +1,13 @@
{ {
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = true;
daemon.settings = {
"default-address-pools" = [
{
"base" = "172.29.0.0/16";
"size" = 24;
}
];
};
}; };
} }