mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Google Compute Image needs the interface to be named eth0 for google tools to work properly
This commit is contained in:
parent
3b2609deec
commit
9d8ddd465d
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ in
|
||||||
169.254.169.254 metadata.google.internal metadata
|
169.254.169.254 metadata.google.internal metadata
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
networking.usePredictableInterfaceNames = false;
|
||||||
|
|
||||||
systemd.services.fetch-root-authorized-keys =
|
systemd.services.fetch-root-authorized-keys =
|
||||||
{ description = "Fetch authorized_keys for root user";
|
{ description = "Fetch authorized_keys for root user";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue