flake/system/distrust/default.nix
2025-11-09 23:28:16 +00:00

16 lines
297 B
Nix

{
lib,
modulesPath,
...
}: {
imports = [
../configuration.nix
# Auto generated, do not edit. Replace per host
./hardware-configuration.nix
./networking.nix
"${modulesPath}/profiles/hardened.nix"
{environment.memoryAllocator.provider = lib.mkForce "libc";}
];
}