Skip to content

Commit

Permalink
Add screen and tmux to ghaf-proxy
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Rautiola <joonas.rautiola@unikie.com>
  • Loading branch information
joinemm committed Oct 15, 2024
1 parent a1340cd commit 44cc0df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/ghaf-proxy/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
{
self,
pkgs,
inputs,
modulesPath,
lib,
Expand Down Expand Up @@ -52,4 +53,9 @@
efiInstallAsRemovable = true;
};
};

environment.systemPackages = with pkgs; [
screen
tmux
];
}

0 comments on commit 44cc0df

Please sign in to comment.