mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
set docker dns to 1.1.1.1
This commit is contained in:
@@ -28,7 +28,7 @@ inputs:
|
||||
daemon.settings =
|
||||
{
|
||||
features.buildkit = true;
|
||||
dns = [ "172.17.0.1" ];
|
||||
dns = [ "1.1.1.1" ];
|
||||
};
|
||||
};
|
||||
enableNvidia = true;
|
||||
|
||||
Reference in New Issue
Block a user