From b631a0eb88e5d676cdb8dfa8a246f09900a73665 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 10 Mar 2025 14:00:45 -0400 Subject: [PATCH] setting up media server --- hosts/media-server/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/media-server/configuration.nix b/hosts/media-server/configuration.nix index e9409ab..7eec77b 100644 --- a/hosts/media-server/configuration.nix +++ b/hosts/media-server/configuration.nix @@ -52,7 +52,8 @@ isNormalUser = true; extraGroups = [ "wheel" "input" "audio" "video" "network" "networkmanager" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ - tree + wezterm + ]; };