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
commit e0bfb09211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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