Merge branch 'main' of ssh://git.ghoscht.com:2222/ghoscht/nix-config
This commit is contained in:
commit
d13a06c7f6
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue