From 3fc2d6dbc3761cc33e41ad33ee8777a825610d7f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 3 Aug 2023 13:29:00 +0800 Subject: [PATCH] hosts: update system state version to 23.11 --- hosts/ni/default.nix | 2 +- hosts/plover/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index 0e57b2f4..e64810a9 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -183,5 +183,5 @@ "~0.28.172.in-addr.arpa" ]; - system.stateVersion = "23.05"; # Yes! I read the comment! + system.stateVersion = "23.11"; # Yes! I read the comment! } diff --git a/hosts/plover/default.nix b/hosts/plover/default.nix index 33f2af15..6cad640b 100644 --- a/hosts/plover/default.nix +++ b/hosts/plover/default.nix @@ -181,5 +181,5 @@ in IdentityFile ${config.sops.secrets."borg/ssh-key".path} ''; - system.stateVersion = "23.05"; + system.stateVersion = "23.11"; }