From 09b8d3e94ac5facb37eb1fc67cd3e1747aa98c37 Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Wed, 18 Oct 2023 19:26:25 +0530 Subject: [PATCH] chore: add packages * add easyeffects to hades for autoeq * add nomad and tailscale to trench Signed-off-by: Chinmay D. Pai --- machines/hades/default.nix | 1 + machines/trench/default.nix | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/machines/hades/default.nix b/machines/hades/default.nix index fd73019..4e7d012 100644 --- a/machines/hades/default.nix +++ b/machines/hades/default.nix @@ -13,6 +13,7 @@ ]; environment.systemPackages = with pkgs; [ + easyeffects editorconfig-core-c netbird-ui pulumi-bin diff --git a/machines/trench/default.nix b/machines/trench/default.nix index 5558c80..ba9e6e8 100644 --- a/machines/trench/default.nix +++ b/machines/trench/default.nix @@ -7,6 +7,11 @@ ../../modules/programs/nixvim ]; + environment.systemPackages = with pkgs; [ + nomad_1_6 + tailscale + ]; + services = { unifi = { enable = true;