google-compute-image: provide correct MTU
This commit is contained in:
parent
d1d52adb5b
commit
fc6ab8dfa7
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ in
|
|||
|
||||
networking.usePredictableInterfaceNames = false;
|
||||
|
||||
# GC has 1460 MTU
|
||||
networking.interfaces.eth0.mtu = 1460;
|
||||
|
||||
# allow the google-accounts-daemon to manage users
|
||||
users.mutableUsers = true;
|
||||
# and allow users to sudo without password
|
||||
|
|
Loading…
Reference in a new issue