From ddf9229e156fa70756c33c75e8e5a181305163ae Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 2 Jan 2025 18:45:55 +0000 Subject: update cloud to 24.11 --- hosts/cloud/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/cloud/configuration.nix') diff --git a/hosts/cloud/configuration.nix b/hosts/cloud/configuration.nix index 470f9aa..6f8d6aa 100644 --- a/hosts/cloud/configuration.nix +++ b/hosts/cloud/configuration.nix @@ -10,5 +10,5 @@ networking.domain = "oxapentane.com"; services.openssh.enable = true; users.users.root.openssh.authorizedKeys.keys = [''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJl9iYG5oHBq/poBn7Jf1/FGWWbAnbx+NKjs7qtT3uAK'' ]; - system.stateVersion = "23.11"; + system.stateVersion = "24.11"; } -- cgit v1.3.1