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