2022-12-04 13:45:43 +00:00
|
|
|
{tree, ...}: {
|
2022-11-10 14:57:07 +00:00
|
|
|
imports = with tree; [
|
|
|
|
profiles.laptop
|
|
|
|
|
|
|
|
profiles.connectivity.network_manager
|
|
|
|
profiles.connectivity.ios
|
|
|
|
|
|
|
|
profiles.force_dns
|
|
|
|
profiles.tor
|
|
|
|
];
|
|
|
|
services.fstrim.enable = true;
|
|
|
|
systemd.services.NetworkManager-wait-online.enable = false;
|
|
|
|
}
|