From 680939fe51b3f6a7e83a1450a871abf01ecd6a89 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 11 Feb 2026 01:27:51 -0700 Subject: [PATCH] Update configuration.nix --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 7b3ccaa..eb66bc8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,6 +17,7 @@ environment.systemPackages = with pkgs; [ git + openssl ]; system.stateVersion = "25.11";