1

Don't require online networkd wildcard network

This commit is contained in:
2023-07-23 20:02:16 +02:00
parent 156aca6090
commit 33b934d4e6
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -29,7 +29,7 @@
linkConfig = {
# This corresponds to the [LINK] section
# RequiredForOnline = "routable";
RequiredForOnline = "routable";
};
};