Work around missing nixbld group in sandbox

Signed-off-by: Maciej Grela <enki@fsck.pl>
This commit is contained in:
Maciej Grela 2024-10-26 15:38:07 +02:00
parent 5ef3f953d3
commit 49b4cc7bea

View file

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