Skip to content

Commit

Permalink
Fix network-online
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Jan 24, 2024
1 parent db0881e commit 2209e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/amazon-profile.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

systemd.services.ec2-metadata = {
description = "Fetch EC2 metadata and set up ssh keys for ec2-user";
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];

Expand Down

0 comments on commit 2209e47

Please sign in to comment.