Fix thaylen-city evaluation
All checks were successful
Cachix / build (elendel) (push) Successful in 1m24s
Cachix / build (kholinar) (push) Successful in 1m59s
Cachix / build (marabethia) (push) Successful in 1m30s

This commit is contained in:
Charlotte Van Petegem 2025-02-17 09:44:58 +01:00
parent e8959a7840
commit a2fb17ecde
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -2,7 +2,7 @@
{
nix = {
configureBuildUsers = true;
enable = true;
gc.interval = if config.chvp.base.nix.slowGc then { Hour = 0; Minute = 0; } else { Minute = 0; };
optimise.interval = { Minute = 30; };
settings.sandbox = true;
@ -11,5 +11,4 @@
setFlakeRegistry = false;
setNixPath = false;
};
services.nix-daemon.enable = true;
}