diff options
Diffstat (limited to 'modules/networking.nix')
| -rw-r--r-- | modules/networking.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/networking.nix b/modules/networking.nix index f33afa8..ad4ea26 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -1,6 +1,8 @@ { ... }: { + systemd.network.wait-online.enable = false; + boot.initrd.systemd.network.wait-online.enable = false; networking = { hostName = "szpont"; |
