hydra: restore nix.conf allowed-users overridden by harmonia

This commit is contained in:
Astro 2022-09-25 22:25:40 +02:00
parent 9e7a7c9ee6
commit 9f796d5a63
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@
cores = 20;
keep-outputs = true;
max-jobs = 8;
# restore default overridden by harmonia
allowed-users = lib.mkForce [ "*" ];
};
};