Skip to content

Commit

Permalink
fix(manakish): disable systemd-networkd-wait-online
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Mar 20, 2024
1 parent df20b34 commit da463f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions systems/manakish/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
...
}: let
inherit (import ../../lib) retiolumAddresses;
Expand Down Expand Up @@ -52,5 +53,7 @@ in {
hostName = "manakish";
};

systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false;

system.stateVersion = "20.09"; # Did you read the comment?
}

0 comments on commit da463f2

Please sign in to comment.