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"; }; };