From 97e7a73c940131e3b5c750c7920d40711cd659e1 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 28 Jun 2024 12:38:53 +0200 Subject: [PATCH] feat: Add attic-client to x86_64-linux system The attic-client has been added to the packages for the x86_64-linux system. This change enables interaction with the Attic distributed storage system, expanding the capabilities of this system setting. --- systems/x86_64-linux/x1/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/x86_64-linux/x1/default.nix b/systems/x86_64-linux/x1/default.nix index 24e1fff..3e2aadf 100644 --- a/systems/x86_64-linux/x1/default.nix +++ b/systems/x86_64-linux/x1/default.nix @@ -21,6 +21,7 @@ with lib.metacfg; kubectl kubectx k9s + attic-client ]; systemd.packages = [ pkgs.cloudflare-warp ]; # for warp-cli