1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(ful): disable systemd-networkd-wait-online

This commit is contained in:
2022-10-06 07:16:45 +02:00
parent 84f83cb6ac
commit c52df45b4f

View File

@@ -45,4 +45,7 @@ in {
users.users.root.passwordFile = toString <system-secrets/root.password>;
environment.systemPackages = [pkgs.vim pkgs.git pkgs.tmux pkgs.python3];
# since 22.05 timeout fails?
systemd.services.systemd-networkd-wait-online.enable = false;
}