diff --git a/hosts/supernova/hardware-configuration.nix b/hosts/supernova/hardware-configuration.nix index 581eaa5..fe1372d 100644 --- a/hosts/supernova/hardware-configuration.nix +++ b/hosts/supernova/hardware-configuration.nix @@ -21,6 +21,7 @@ fileSystems."/" = { device = "/dev/mapper/vg-root"; fsType = "btrfs"; + options = ["x-systemd.device-timeout=0"]; }; fileSystems."/boot" = @@ -30,7 +31,10 @@ }; swapDevices = - [ { device = "/dev/mapper/vg-swap"; } + [ { + device = "/dev/mapper/vg-swap"; + options = ["x-systemd.device-timeout=0"]; + } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking