mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-12-22 08:08:29 +03:00
Work around missing nixbld group in sandbox
Signed-off-by: Maciej Grela <enki@fsck.pl>
This commit is contained in:
parent
5ef3f953d3
commit
49b4cc7bea
1 changed files with 3 additions and 0 deletions
|
@ -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)";
|
||||
|
|
Loading…
Reference in a new issue