about summary refs log tree commit diff
path: root/hosts/aptos
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-07-05 10:25:16 -0700
committerFranck Cuny <franck@fcuny.net>2023-07-05 10:25:16 -0700
commitef2eb3448591e4ca5c5eb0194889916720785d8b (patch)
tree7af9c7d86636c471ad8455d83ad257c16866731f /hosts/aptos
parentvarious updates related to music collection (diff)
downloadworld-ef2eb3448591e4ca5c5eb0194889916720785d8b.tar.gz
update nixos and home-manager to 23.05
Diffstat (limited to 'hosts/aptos')
-rw-r--r--hosts/aptos/default.nix2
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?
 }