From 86539ec1f22566bb594a4461c238b9af330df4d0 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 8 Oct 2022 22:05:50 +0100 Subject: [PATCH] totoro: bump system.stateVersion --- ops/nixos/totoro/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/nixos/totoro/default.nix b/ops/nixos/totoro/default.nix index 20adc10bdb..6efed72746 100644 --- a/ops/nixos/totoro/default.nix +++ b/ops/nixos/totoro/default.nix @@ -581,5 +581,5 @@ in { "invoices.lukegb.com" = { hostnames = [ "invoices.lukegb.com" ]; nginxVirtualHosts = [ "invoices.lukegb.com" ]; }; }; - system.stateVersion = "20.03"; + system.stateVersion = "22.11"; }