feat: Add attic-client to system packages in atticd.nix

This commit includes the addition of attic-client to environment.systemPackages in atticd.nix for x86_64-linux systems. The
This commit is contained in:
Harald Hoyer 2024-06-28 11:29:07 +02:00
parent fd9cac76a8
commit f20e87cd50

View file

@ -1,5 +1,8 @@
{ pkgs, lib, config, ... }:
{
environment.systemPackages = with pkgs; [
attic-client
];
services.atticd = {
enable = true;