summaryrefslogtreecommitdiff
path: root/hosts/cloud/configuration.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2025-01-02 18:45:55 +0000
committerGrigory Shipunov2025-01-02 18:45:55 +0000
commitddf9229e156fa70756c33c75e8e5a181305163ae (patch)
treed6dbcfe516da2f0b06033073674c0782a89d1d7d /hosts/cloud/configuration.nix
parent93a64e881679ac8dd76f67b909df7bc85ac851ce (diff)
update cloud to 24.11
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";
}