From 36918f1e524d6c4864c41a9ad9448e70b8b052fe Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 5 Sep 2025 05:17:15 -0400 Subject: [PATCH 1/2] bump: private --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index bf64851..df8e09b 100644 --- a/flake.lock +++ b/flake.lock @@ -750,11 +750,11 @@ }, "private": { "locked": { - "lastModified": 1754018037, - "narHash": "sha256-zG6wWTKBorCaFvD8X0jQV8R6JLuJ/NBEDTo2GAE7v1g=", + "lastModified": 1757050225, + "narHash": "sha256-LCcvMLNG3BV+CmquFOFCp6QfkpqMl1TOMNYaW+I6b1I=", "ref": "refs/heads/master", - "rev": "31e2ac721e711ba2e8fe7af135beeaf3aac4ce23", - "revCount": 60, + "rev": "6e26f87e012d90ecf28e13d67192074e6dcdce49", + "revCount": 62, "type": "git", "url": "ssh://git@github.com/Infinidoge/universe-private" }, From 8d3664ceecdc81d58c513d88c395345065acf287 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 5 Sep 2025 05:17:23 -0400 Subject: [PATCH 2/2] Infini-FRAMEWORK: disable gc for NixCon --- hosts/Infini-FRAMEWORK/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Infini-FRAMEWORK/default.nix b/hosts/Infini-FRAMEWORK/default.nix index be30e5a..899b651 100644 --- a/hosts/Infini-FRAMEWORK/default.nix +++ b/hosts/Infini-FRAMEWORK/default.nix @@ -91,4 +91,6 @@ }; #networking.proxy.default = "http://infini-dl360.tailnet.inx.moe:8118"; + + nix.gc.automatic = false; # Disable for NixCon }