renommage d'options Nix
This commit is contained in:
@@ -8,9 +8,6 @@ let
|
||||
in
|
||||
|
||||
{
|
||||
# Nombre de process d'installation en parrallèle effectués par Nix
|
||||
nix.buildCores = 0;
|
||||
|
||||
# The NixOS release to be compatible with for stateful data such as databases.
|
||||
system.stateVersion = "19.09";
|
||||
|
||||
|
||||
@@ -13,7 +13,11 @@ in
|
||||
|
||||
system.autoUpgrade.enable = flags.auto-upgrade;
|
||||
nix = {
|
||||
autoOptimiseStore = true;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
# Nombre de process d'installation en parrallèle effectués par Nix
|
||||
cores = 0;
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
|
||||
Reference in New Issue
Block a user