diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 7b2d8eb..36644d8 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -338,6 +338,7 @@ # Run getty on /dev/console and restartt until it works systemd.services."serial-getty@console" = { enable = true; + after = [ "network.target" ]; wantedBy = [ "getty.target" ]; # to start at boot serviceConfig.Restart = "always"; };