···137138 cleanupSettings = lib.mkOption {
139 inherit (settingsFormat) type;
140- default = {
141- # required by json schema
142- interfaces = { };
143- # https://codeberg.org/liske/ifstate/issues/118
144- namespaces = { };
145- };
146 description = "Content of IfState's initrd cleanup configuration file. See <https://ifstate.net/2.0/schema/> for details. This configuration gets applied before systemd switches to stage two. The goas is to deconfigurate the whole network in order to prevent access to services, before the firewall is configured. The stage two IfState configuration will start after the firewall is configured.";
147 };
148 };
···137138 cleanupSettings = lib.mkOption {
139 inherit (settingsFormat) type;
140+ # required by json schema
141+ default.interfaces = { };
0000142 description = "Content of IfState's initrd cleanup configuration file. See <https://ifstate.net/2.0/schema/> for details. This configuration gets applied before systemd switches to stage two. The goas is to deconfigurate the whole network in order to prevent access to services, before the firewall is configured. The stage two IfState configuration will start after the firewall is configured.";
143 };
144 };