From 45c37ad2cf11178a688a9b611209f7f2a3908941 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 17 Jan 2023 01:10:50 +0000 Subject: [PATCH] Update linode.nix --- systems/linode.nix | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/systems/linode.nix b/systems/linode.nix index bcec7a9..526b765 100644 --- a/systems/linode.nix +++ b/systems/linode.nix @@ -68,20 +68,17 @@ isNormalUser = true; extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ - inetutils - mtr - sysstat - # firefox - # thunderbird + neofetch ]; }; - # List packages installed in system profile. To search, run: - # $ nix search wget - # environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget - # ]; + environment.systemPackages = with pkgs; [ + acme-sh + inetutils + mtr + sysstat + wget + ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.