diff options
| author | Grigory Shipunov | 2025-01-02 18:45:55 +0000 |
|---|---|---|
| committer | Grigory Shipunov | 2025-01-02 18:45:55 +0000 |
| commit | ddf9229e156fa70756c33c75e8e5a181305163ae (patch) | |
| tree | d6dbcfe516da2f0b06033073674c0782a89d1d7d /hosts/cloud | |
| parent | 93a64e881679ac8dd76f67b909df7bc85ac851ce (diff) | |
update cloud to 24.11
Diffstat (limited to 'hosts/cloud')
| -rw-r--r-- | hosts/cloud/configuration.nix | 2 |
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"; } |
