mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Remove more packages
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user