From: Ismaƫl Bouya Date: Thu, 9 Apr 2020 21:30:49 +0000 (+0200) Subject: Update stateVersion X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=d43e0c61af84940447dbcdd1deac848328dde46d Update stateVersion --- diff --git a/modules/private/system/backup-2.nix b/modules/private/system/backup-2.nix index 6829f1b..3d263f5 100644 --- a/modules/private/system/backup-2.nix +++ b/modules/private/system/backup-2.nix @@ -118,5 +118,5 @@ # database servers. You should change this only after NixOS release # notes say you should. # https://nixos.org/nixos/manual/release-notes.html - system.stateVersion = "19.03"; # Did you read the comment? + system.stateVersion = "20.03"; # Did you read the comment? } diff --git a/modules/private/system/dilion.nix b/modules/private/system/dilion.nix index 911c76d..b9e83f3 100644 --- a/modules/private/system/dilion.nix +++ b/modules/private/system/dilion.nix @@ -112,6 +112,6 @@ # database servers. You should change this only after NixOS release # notes say you should. # https://nixos.org/nixos/manual/release-notes.html - system.stateVersion = "19.03"; # Did you read the comment? + system.stateVersion = "20.03"; # Did you read the comment? } diff --git a/modules/private/system/eldiron.nix b/modules/private/system/eldiron.nix index ab48ab4..4b332d3 100644 --- a/modules/private/system/eldiron.nix +++ b/modules/private/system/eldiron.nix @@ -93,5 +93,5 @@ # database servers. You should change this only after NixOS release # notes say you should. # https://nixos.org/nixos/manual/release-notes.html - system.stateVersion = "19.03"; # Did you read the comment? + system.stateVersion = "20.03"; # Did you read the comment? } diff --git a/modules/private/system/monitoring-1.nix b/modules/private/system/monitoring-1.nix index 20c12df..7581c01 100644 --- a/modules/private/system/monitoring-1.nix +++ b/modules/private/system/monitoring-1.nix @@ -36,5 +36,5 @@ # database servers. You should change this only after NixOS release # notes say you should. # https://nixos.org/nixos/manual/release-notes.html - system.stateVersion = "19.03"; # Did you read the comment? + system.stateVersion = "20.03"; # Did you read the comment? }