Merge pull request #38605 from NixOS/gc-mtu

google-compute-image: provide correct MTU
This commit is contained in:
Jörg Thalheim
2018-04-08 09:04:30 +01:00
committed by GitHub

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