fix hardened overlay
This commit is contained in:
parent
eeb9e7fa80
commit
a733ad2998
@ -90,7 +90,9 @@
|
|||||||
# environment.memoryAllocator.provider = lib.mkDefault "graphene-hardened";
|
# environment.memoryAllocator.provider = lib.mkDefault "graphene-hardened";
|
||||||
|
|
||||||
# dhcpcd broken with scudo or graphene malloc
|
# dhcpcd broken with scudo or graphene malloc
|
||||||
nixpkgs.overlays = [(final: prev: {
|
nixpkgs.overlays = lib.optionals (config.environment.memoryAllocator.provider != "libc") [
|
||||||
dhcpcd = prev.dhcpcd.override { enablePrivSep = false; };
|
(final: prev: {
|
||||||
})];
|
dhcpcd = prev.dhcpcd.override { enablePrivSep = false; };
|
||||||
|
})
|
||||||
|
];
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user