From f024abe428c156154ea280683935eefda6ab332b Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 19:56:50 +0900 Subject: [PATCH] Test --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index c15c9aae..7b3f48b1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -80,5 +80,5 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # system.stateVersion = "23.05"; # Did you read the comment? - system.stateVersion = "unstable" + system.stateVersion = "unstable"; }