diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-09 23:30:49 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-09 23:30:49 +0200 |
commit | d43e0c61af84940447dbcdd1deac848328dde46d (patch) | |
tree | 8ecff0756507ee517e088edefc92e42ae2958f12 /modules | |
parent | ce7436ddf74c8720240135ac618f8f80c620c4b5 (diff) | |
download | Nix-d43e0c61af84940447dbcdd1deac848328dde46d.tar.gz Nix-d43e0c61af84940447dbcdd1deac848328dde46d.tar.zst Nix-d43e0c61af84940447dbcdd1deac848328dde46d.zip |
Update stateVersion
Diffstat (limited to 'modules')
-rw-r--r-- | modules/private/system/backup-2.nix | 2 | ||||
-rw-r--r-- | modules/private/system/dilion.nix | 2 | ||||
-rw-r--r-- | modules/private/system/eldiron.nix | 2 | ||||
-rw-r--r-- | 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 @@ | |||
118 | # database servers. You should change this only after NixOS release | 118 | # database servers. You should change this only after NixOS release |
119 | # notes say you should. | 119 | # notes say you should. |
120 | # https://nixos.org/nixos/manual/release-notes.html | 120 | # https://nixos.org/nixos/manual/release-notes.html |
121 | system.stateVersion = "19.03"; # Did you read the comment? | 121 | system.stateVersion = "20.03"; # Did you read the comment? |
122 | } | 122 | } |
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 @@ | |||
112 | # database servers. You should change this only after NixOS release | 112 | # database servers. You should change this only after NixOS release |
113 | # notes say you should. | 113 | # notes say you should. |
114 | # https://nixos.org/nixos/manual/release-notes.html | 114 | # https://nixos.org/nixos/manual/release-notes.html |
115 | system.stateVersion = "19.03"; # Did you read the comment? | 115 | system.stateVersion = "20.03"; # Did you read the comment? |
116 | } | 116 | } |
117 | 117 | ||
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 @@ | |||
93 | # database servers. You should change this only after NixOS release | 93 | # database servers. You should change this only after NixOS release |
94 | # notes say you should. | 94 | # notes say you should. |
95 | # https://nixos.org/nixos/manual/release-notes.html | 95 | # https://nixos.org/nixos/manual/release-notes.html |
96 | system.stateVersion = "19.03"; # Did you read the comment? | 96 | system.stateVersion = "20.03"; # Did you read the comment? |
97 | } | 97 | } |
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 @@ | |||
36 | # database servers. You should change this only after NixOS release | 36 | # database servers. You should change this only after NixOS release |
37 | # notes say you should. | 37 | # notes say you should. |
38 | # https://nixos.org/nixos/manual/release-notes.html | 38 | # https://nixos.org/nixos/manual/release-notes.html |
39 | system.stateVersion = "19.03"; # Did you read the comment? | 39 | system.stateVersion = "20.03"; # Did you read the comment? |
40 | } | 40 | } |