{ pkgs, ... }: { imports = [ ./custom-iso-base.nix ]; networking.networkmanager.enable = pkgs.lib.mkForce false; }