3
0
Fork 0
forked from mirrors/nixpkgs

Google Compute Image needs the interface to be named eth0 for google tools to work properly

This commit is contained in:
Evgeny Egorochkin 2014-07-11 20:31:57 +03:00
parent 3b2609deec
commit 9d8ddd465d

View file

@ -119,6 +119,8 @@ in
169.254.169.254 metadata.google.internal metadata
'';
networking.usePredictableInterfaceNames = false;
systemd.services.fetch-root-authorized-keys =
{ description = "Fetch authorized_keys for root user";