Remove more packages

This commit is contained in:
Dave Gallant
2024-02-26 22:26:54 -05:00
parent 5a93aa1a7a
commit 4656dd3b46
2 changed files with 2 additions and 11 deletions

View File

@@ -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;
};
};

View File

@@ -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