From ad6b4c2710c546c19be325e85ca1fbd3001e2d2a Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Tue, 4 Mar 2025 03:10:59 -0700 Subject: [PATCH] feat: Install Cachix --- hosts/nixos-testbed/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos-testbed/configuration.nix b/hosts/nixos-testbed/configuration.nix index ea2eac7..622d436 100755 --- a/hosts/nixos-testbed/configuration.nix +++ b/hosts/nixos-testbed/configuration.nix @@ -82,6 +82,7 @@ # Waypipe provides the equivalent of X11 forwarding for Wayland. This is a # VM, so it's very handy. pkgs.waypipe + pkgs.cachix ]; services.openssh = {