From 53d14b206b92b00e79761d45367935193efef28a Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 20 May 2025 20:10:14 -0600 Subject: [PATCH] cachix --- nix/ai-vm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/ai-vm.nix b/nix/ai-vm.nix index f1d896d..51930f2 100644 --- a/nix/ai-vm.nix +++ b/nix/ai-vm.nix @@ -4,6 +4,7 @@ imports = [ + /etc/nixos/cachix.nix ]; boot.loader.grub.enable = true;