From d43e0c61af84940447dbcdd1deac848328dde46d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 9 Apr 2020 23:30:49 +0200 Subject: [PATCH] Update stateVersion --- modules/private/system/backup-2.nix | 2 +- modules/private/system/dilion.nix | 2 +- modules/private/system/eldiron.nix | 2 +- modules/private/system/monitoring-1.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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? } -- 2.41.0