nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

google-compute-image: provide correct MTU

(cherry picked from commit fc6ab8dfa7b7cb99e3b44994ebe76f9b637ec2c6)

authored by

Wout Mertens and committed by
Jörg Thalheim
2d039bb0 f5f89dd9

+3
+3
nixos/modules/virtualisation/google-compute-image.nix
··· 75 75 76 76 networking.usePredictableInterfaceNames = false; 77 77 78 + # GC has 1460 MTU 79 + networking.interfaces.eth0.mtu = 1460; 80 + 78 81 # allow the google-accounts-daemon to manage users 79 82 users.mutableUsers = true; 80 83 # and allow users to sudo without password