mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-09 06:25:53 +02:00
11 lines
178 B
Nix
11 lines
178 B
Nix
{
|
|
virtualisation.docker = {
|
|
enable = true;
|
|
autoPrune.enable = true;
|
|
|
|
daemon.settings = {
|
|
ipv6 = true;
|
|
fixed-cidr-v6 = "2001:db8:1::/64";
|
|
};
|
|
};
|
|
}
|