From bff2e682673eb1f5bf3aa9097e874327415a43cf Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 30 Apr 2024 21:15:10 -0500 Subject: [PATCH] Add cachix agent to este. --- nixos/este/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/este/configuration.nix b/nixos/este/configuration.nix index 19abb11..a58724a 100644 --- a/nixos/este/configuration.nix +++ b/nixos/este/configuration.nix @@ -25,6 +25,7 @@ # List services that you want to enable: + services.cachix-agent.enable = true; # Enable the OpenSSH daemon. services.openssh = { enable = true;