Add bespin machines #2

Merged
quentin merged 14 commits from add-bespin into main 2022-10-16 14:17:13 +00:00
Showing only changes of commit 1a935e0791 - Show all commits

View file

@ -83,7 +83,7 @@ SystemMaxUse=1G
virtualisation.docker = {
enable = true;
extraOptions = "--config-file=${pkgs.writeText "daemon.json" (builtins.toJSON {
dns = [ "172.17.0.1" "8.8.8.8" "8.8.4.4" ];
dns = [ "172.17.0.1" ];
})}";
};