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)";