4 lines
102 B
Nix
4 lines
102 B
Nix
{ pkgs, lib, hwconfig, inputs, ... }:
|
|
{
|
|
systemd.network.wait-online.enable = lib.mkForce false;
|
|
}
|