···19 # Shut up warnings about not having a boot loader.
20 system.build.installBootLoader = "${pkgs.coreutils}/bin/true";
2100022 };
2324}
···19 # Shut up warnings about not having a boot loader.
20 system.build.installBootLoader = "${pkgs.coreutils}/bin/true";
2122+ # Not supported in systemd-nspawn containers.
23+ security.audit.enable = false;
24+25 };
2627}