From ba6594406286370f4642798b6f41289394d5717e Mon Sep 17 00:00:00 2001 From: pegasust Date: Thu, 24 Nov 2022 00:58:22 +0000 Subject: [PATCH] nixos@Felia can do Python but hungtr@nyx cannot --- system-nix/configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/system-nix/configuration.nix b/system-nix/configuration.nix index 5d82d53..adc37be 100755 --- a/system-nix/configuration.nix +++ b/system-nix/configuration.nix @@ -44,15 +44,16 @@ with lib; programs.git = { enable = true; # more information should be configured under user level + # See other config at @/home-nix }; environment.systemPackages = [ pkgs.gnumake pkgs.wget - pkgs.inetutils - pkgs.mtr - pkgs.sysstat - pkgs.mosh + pkgs.inetutils # network diag + pkgs.mtr # network diag + pkgs.sysstat # sys diag + pkgs.mosh # ssh-alt; parsec-like ]; }