From c066f85fc20aba316d45a66e038ee4118f767d3f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 15 May 2023 22:13:51 +0800 Subject: [PATCH] hosts/plover: update to NixOS 23.05 --- hosts/plover/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/plover/default.nix b/hosts/plover/default.nix index 49fea7d2..b289c2a3 100644 --- a/hosts/plover/default.nix +++ b/hosts/plover/default.nix @@ -223,5 +223,5 @@ in IdentityFile ${config.sops.secrets."plover/borg/ssh-key".path} ''; - system.stateVersion = "22.11"; + system.stateVersion = "23.05"; }