modules/nix-config: use cgroups
This commit is contained in:
parent
486161b78e
commit
5f3f73f20b
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, depot, tools, ... }:
|
||||
{ depot, tools, ... }:
|
||||
|
||||
{
|
||||
nix = {
|
||||
|
@ -11,7 +11,8 @@
|
|||
};
|
||||
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
experimental-features = nix-command flakes cgroups
|
||||
use-cgroups = true
|
||||
builders-use-substitutes = true
|
||||
flake-registry = https://git.${tools.meta.domain}/private-void/registry/-/raw/master/registry.json
|
||||
|
||||
|
|
Loading…
Reference in a new issue