aboutsummaryrefslogtreecommitdiff
path: root/modules/private/system/backup-2.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-09 23:30:49 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-09 23:30:49 +0200
commitd43e0c61af84940447dbcdd1deac848328dde46d (patch)
tree8ecff0756507ee517e088edefc92e42ae2958f12 /modules/private/system/backup-2.nix
parentce7436ddf74c8720240135ac618f8f80c620c4b5 (diff)
downloadNix-d43e0c61af84940447dbcdd1deac848328dde46d.tar.gz
Nix-d43e0c61af84940447dbcdd1deac848328dde46d.tar.zst
Nix-d43e0c61af84940447dbcdd1deac848328dde46d.zip
Update stateVersion
Diffstat (limited to 'modules/private/system/backup-2.nix')
-rw-r--r--modules/private/system/backup-2.nix2
1 files changed, 1 insertions, 1 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}