From 94f9ac621e6d09781cf75a676030f076673c4df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 9 Jul 2022 00:58:03 +0200 Subject: [PATCH] hydra: set state version for container --- hosts/hydra/hydra.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hydra/hydra.nix b/hosts/hydra/hydra.nix index 06ca2647..521882e2 100644 --- a/hosts/hydra/hydra.nix +++ b/hosts/hydra/hydra.nix @@ -38,6 +38,8 @@ port = 3001; }; }; + + system.stateVersion = "22.05"; # Did you read the comment? No. }; hostAddress = "192.168.100.1"; localAddress = "192.168.100.2";