google-compute-image: provide correct MTU

This commit is contained in:
Wout Mertens
2018-04-08 08:46:42 +02:00
committed by GitHub
parent d1d52adb5b
commit fc6ab8dfa7

View File

@@ -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