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