Unverified Commit f24f7ed2 authored by Maëlys Bras de fer's avatar Maëlys Bras de fer Committed by GitHub
Browse files

nixos/testing: increase systemd device timeout

parent 8545b2b0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -107,10 +107,12 @@ in
      ShowStatus=no
      # Allow very slow start
      DefaultTimeoutStartSec=300
      DefaultDeviceTimeoutSec=300
    '';
    systemd.user.extraConfig = ''
      # Allow very slow start
      DefaultTimeoutStartSec=300
      DefaultDeviceTimeoutSec=300
    '';

    boot.initrd.systemd.extraConfig = config.systemd.extraConfig;