summaryrefslogtreecommitdiff
path: root/nixos/default.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2024-12-01 23:38:24 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2024-12-01 23:38:24 +0100
commit03d958a7ff89b1b0c984533a859629b3a7558bd0 (patch)
treec2c4a2c7d8c47c49aa0394fcb37d6af44346b04c /nixos/default.nix
parent436621ee31477390759424a6dcdc8f21d0e1271f (diff)
upgrade to 24.11
Diffstat (limited to 'nixos/default.nix')
-rw-r--r--nixos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/default.nix b/nixos/default.nix
index f3c5cda..8dd271c 100644
--- a/nixos/default.nix
+++ b/nixos/default.nix
@@ -18,5 +18,5 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
- system.stateVersion = "20.09"; # Did you read the comment?
+ system.stateVersion = "24.11"; # Did you read the comment?
}