summaryrefslogtreecommitdiff
path: root/hosts/cloud/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cloud/configuration.nix')
-rw-r--r--hosts/cloud/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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";
}