mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Remove more packages
This commit is contained in:
@@ -70,9 +70,6 @@
|
|||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
desktopLinuxModules = [
|
|
||||||
./services/netdata/default.nix
|
|
||||||
];
|
|
||||||
in {
|
in {
|
||||||
hephaestus = nixpkgs.lib.nixosSystem {
|
hephaestus = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit unstable;};
|
specialArgs = {inherit unstable;};
|
||||||
@@ -80,9 +77,9 @@
|
|||||||
[
|
[
|
||||||
./machines/hephaestus/configuration.nix
|
./machines/hephaestus/configuration.nix
|
||||||
./machines/hephaestus/hardware.nix
|
./machines/hephaestus/hardware.nix
|
||||||
|
./services/netdata/default.nix
|
||||||
]
|
]
|
||||||
++ defaultModules
|
++ defaultModules;
|
||||||
++ desktopLinuxModules;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -10,7 +10,6 @@ in {
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# essentials
|
# essentials
|
||||||
curl
|
curl
|
||||||
gcc
|
|
||||||
gnumake
|
gnumake
|
||||||
gnupg
|
gnupg
|
||||||
imagemagick
|
imagemagick
|
||||||
@@ -63,13 +62,9 @@ in {
|
|||||||
nodePackages.bash-language-server
|
nodePackages.bash-language-server
|
||||||
nodePackages.pyright
|
nodePackages.pyright
|
||||||
nodePackages.yaml-language-server
|
nodePackages.yaml-language-server
|
||||||
sumneko-lua-language-server
|
|
||||||
terraform-ls
|
terraform-ls
|
||||||
|
|
||||||
# monitoring
|
# monitoring
|
||||||
ctop
|
|
||||||
glances
|
|
||||||
grafana-loki
|
|
||||||
htop
|
htop
|
||||||
procs
|
procs
|
||||||
|
|
||||||
@@ -93,7 +88,6 @@ in {
|
|||||||
nmap
|
nmap
|
||||||
openssl
|
openssl
|
||||||
openvpn
|
openvpn
|
||||||
sshfs # mac requires https://osxfuse.github.io/
|
|
||||||
tcpdump
|
tcpdump
|
||||||
vpngate
|
vpngate
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user