StateVersion: Update to 24.11
Some checks failed
check / check (push) Failing after 0s

This commit is contained in:
Florian RICHER 2024-10-28 21:39:53 +01:00
parent dea0830a69
commit fe7d6ced06
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
username = "florian";
homeDirectory = "/home/florian";
stateVersion = "24.05";
stateVersion = "24.11";
};
programs.home-manager.enable = true;

View file

@ -93,5 +93,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 = "24.05"; # Did you read the comment?
system.stateVersion = "24.11"; # Did you read the comment?
}