From 33b934d4e6e0ce2de60b976afcfc0c3c42e2a97c Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 23 Jul 2023 20:02:16 +0200 Subject: [PATCH] Don't require online networkd wildcard network --- home/christoph/default.nix | 1 + lib/networking.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 704a2da7..ee28e62c 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -357,6 +357,7 @@ rec { rsync # cp on steroids rclone # Rsync for cloud httpie # Cool http client + # suricata cool-retro-term ventoy-full # Bootable USB for many ISOs diff --git a/lib/networking.nix b/lib/networking.nix index be37bd00..f80b6e5f 100644 --- a/lib/networking.nix +++ b/lib/networking.nix @@ -29,7 +29,7 @@ linkConfig = { # This corresponds to the [LINK] section - # RequiredForOnline = "routable"; + RequiredForOnline = "routable"; }; };