enable lxd

This commit is contained in:
Gabriel Ebner 2020-11-21 11:30:36 +01:00
parent db5f55bfd1
commit 647a83bc1c

@ -44,6 +44,8 @@
dockerCompat = true;
};
virtualisation.lxd.enable = true;
boot.kernel.sysctl = {
"kernel.perf_event_paranoid" = "0";
"kernel.kptr_restrict" = pkgs.lib.mkForce "0";