Fix thaylen-city evaluation
This commit is contained in:
parent
e8959a7840
commit
a2fb17ecde
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
nix = {
|
nix = {
|
||||||
configureBuildUsers = true;
|
enable = true;
|
||||||
gc.interval = if config.chvp.base.nix.slowGc then { Hour = 0; Minute = 0; } else { Minute = 0; };
|
gc.interval = if config.chvp.base.nix.slowGc then { Hour = 0; Minute = 0; } else { Minute = 0; };
|
||||||
optimise.interval = { Minute = 30; };
|
optimise.interval = { Minute = 30; };
|
||||||
settings.sandbox = true;
|
settings.sandbox = true;
|
||||||
|
@ -11,5 +11,4 @@
|
||||||
setFlakeRegistry = false;
|
setFlakeRegistry = false;
|
||||||
setNixPath = false;
|
setNixPath = false;
|
||||||
};
|
};
|
||||||
services.nix-daemon.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue