diff options
author | Franck Cuny <franck@fcuny.net> | 2023-07-05 10:25:16 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-07-05 10:25:16 -0700 |
commit | ef2eb3448591e4ca5c5eb0194889916720785d8b (patch) | |
tree | 7af9c7d86636c471ad8455d83ad257c16866731f /hosts | |
parent | various updates related to music collection (diff) | |
download | world-ef2eb3448591e4ca5c5eb0194889916720785d8b.tar.gz |
update nixos and home-manager to 23.05
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index 6b7f695..863e995 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -61,5 +61,5 @@ in # 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 = "21.11"; # Did you read the comment? + system.stateVersion = "23.05"; # Did you read the comment? } |