{
modulesPath,
...
}:
imports = [
(modulesPath + "/profiles/minimal.nix")
./network.nix
./sysext.nix
];
boot.kernelParams = [
"quiet"
virtualisation.podman.enable = true;
}