From 4656dd3b46b269a6343855ccb7d1d33ab75192be Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 26 Feb 2024 22:26:54 -0500 Subject: [PATCH] Remove more packages --- outputs.nix | 7 ++----- packages.nix | 6 ------ 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/outputs.nix b/outputs.nix index 81fa5f4..13c1729 100644 --- a/outputs.nix +++ b/outputs.nix @@ -70,9 +70,6 @@ }; }) ]; - desktopLinuxModules = [ - ./services/netdata/default.nix - ]; in { hephaestus = nixpkgs.lib.nixosSystem { specialArgs = {inherit unstable;}; @@ -80,9 +77,9 @@ [ ./machines/hephaestus/configuration.nix ./machines/hephaestus/hardware.nix + ./services/netdata/default.nix ] - ++ defaultModules - ++ desktopLinuxModules; + ++ defaultModules; }; }; diff --git a/packages.nix b/packages.nix index 483a34d..06922de 100644 --- a/packages.nix +++ b/packages.nix @@ -10,7 +10,6 @@ in { environment.systemPackages = with pkgs; [ # essentials curl - gcc gnumake gnupg imagemagick @@ -63,13 +62,9 @@ in { nodePackages.bash-language-server nodePackages.pyright nodePackages.yaml-language-server - sumneko-lua-language-server terraform-ls # monitoring - ctop - glances - grafana-loki htop procs @@ -93,7 +88,6 @@ in { nmap openssl openvpn - sshfs # mac requires https://osxfuse.github.io/ tcpdump vpngate