From 49b4cc7bea189a882b84efb64fe5cb4efc1689af Mon Sep 17 00:00:00 2001 From: Maciej Grela Date: Sat, 26 Oct 2024 15:38:07 +0200 Subject: [PATCH] Work around missing nixbld group in sandbox Signed-off-by: Maciej Grela --- nixos-infect | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos-infect b/nixos-infect index 06f0171..890ccbe 100644 --- a/nixos-infect +++ b/nixos-infect @@ -41,6 +41,9 @@ makeConf() { $NIXOS_IMPORT ]; + # Workaround for https://github.com/NixOS/nix/issues/8502 + services.logrotate.checkConfig = false; + boot.tmp.cleanOnBoot = true; zramSwap.enable = ${zramswap}; networking.hostName = "$(hostname -s)";