Cleanup systemPackages

This commit is contained in:
Sandro - 2021-10-02 19:31:56 +02:00
parent f817394e5e
commit 36931f80b2
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
20 changed files with 9 additions and 56 deletions

View File

@ -19,10 +19,7 @@
manpages manpages
man man
zsh zsh
vim
screen screen
tmux
htop
]; ];
networking.interfaces.eth0.ipv4.addresses = [{ networking.interfaces.eth0.ipv4.addresses = [{

View File

@ -38,8 +38,6 @@ in {
Exec "collectd" "${routecount}" Exec "collectd" "${routecount}"
''; '';
environment.systemPackages = with pkgs; [ vim ];
# SSH for nixops # SSH for nixops
services.openssh.enable = true; services.openssh.enable = true;
services.openssh.permitRootLogin = "yes"; services.openssh.permitRootLogin = "yes";

View File

@ -11,8 +11,6 @@
../../../lib/admins.nix ../../../lib/admins.nix
]; ];
environment.systemPackages = with pkgs; [ vim ];
networking = { networking = {
hostName = "elastic1"; hostName = "elastic1";
interfaces.eth0.ipv4.addresses = [{ interfaces.eth0.ipv4.addresses = [{

View File

@ -76,7 +76,7 @@ in {
# Required for krops: ssh git # Required for krops: ssh git
services.openssh.enable = true; services.openssh.enable = true;
environment.systemPackages = with pkgs; [ git tcpdump ]; environment.systemPackages = with pkgs; [ tcpdump ];
systemd.network = { systemd.network = {
netdevs = { netdevs = {

View File

@ -56,7 +56,6 @@
}]; }];
}; };
environment.systemPackages = with pkgs; [ tmux htop vim gitMinimal nixFlakes ];
# This value determines the NixOS release with which your system is to be # This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database # compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you # servers. You should change this only after NixOS release notes say you

View File

@ -11,7 +11,6 @@
# Required for deployment # Required for deployment
services.openssh.enable = true; services.openssh.enable = true;
environment.systemPackages = [ pkgs.git ];
# noXlibs breaks cairo: # noXlibs breaks cairo:
environment.noXlibs = false; environment.noXlibs = false;

View File

@ -18,7 +18,6 @@
# Required for krops # Required for krops
services.openssh.enable = true; services.openssh.enable = true;
environment.systemPackages = [ pkgs.git ];
systemd.services.ledball = systemd.services.ledball =
let pile = import ../../../lib/pkgs/pile.nix { inherit pkgs; }; let pile = import ../../../lib/pkgs/pile.nix { inherit pkgs; };

View File

@ -11,8 +11,6 @@
../../../lib/admins.nix ../../../lib/admins.nix
]; ];
environment.systemPackages = with pkgs; [ vim ];
networking = { networking = {
hostName = "logging"; hostName = "logging";
interfaces.eth0.ipv4.addresses = [{ interfaces.eth0.ipv4.addresses = [{

View File

@ -20,10 +20,6 @@
permitRootLogin = "yes"; permitRootLogin = "yes";
}; };
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ wget vim ];
# This value determines the NixOS release with which your system is to be # This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database # compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you # servers. You should change this only after NixOS release notes say you

View File

@ -11,7 +11,7 @@
../../../lib/admins.nix ../../../lib/admins.nix
]; ];
environment.systemPackages = with pkgs; [ vim mongodb-tools ]; environment.systemPackages = with pkgs; [ mongodb-tools ];
networking = { networking = {
hostName = "mongo"; hostName = "mongo";

View File

@ -11,8 +11,6 @@
../../../lib/admins.nix ../../../lib/admins.nix
]; ];
environment.systemPackages = with pkgs; [ vim ];
networking = { networking = {
hostName = "prometheus"; hostName = "prometheus";
firewall = { firewall = {

View File

@ -39,10 +39,6 @@
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 22 80 443 5000 ]; networking.firewall.allowedTCPPorts = [ 22 80 443 5000 ];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ wget vim ];
services.dockerRegistry = { services.dockerRegistry = {
enable = true; enable = true;
storagePath = "/srv/docker-registry"; storagePath = "/srv/docker-registry";

View File

@ -20,7 +20,6 @@ in {
networking.defaultGateway = "172.20.73.1"; networking.defaultGateway = "172.20.73.1";
# Required for deployment # Required for deployment
services.openssh.enable = true; services.openssh.enable = true;
environment.systemPackages = [ pkgs.git ];
users.groups.scrape = {}; users.groups.scrape = {};
users.users.scrape = { users.users.scrape = {

View File

@ -12,7 +12,6 @@ with lib;
networking.useDHCP = false; networking.useDHCP = false;
networking.firewall.allowedTCPPorts = [ 22 80 443 ]; networking.firewall.allowedTCPPorts = [ 22 80 443 ];
nix.useSandbox = false; nix.useSandbox = false;
environment.systemPackages = with pkgs; [ vim git ];
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
services.openssh.enable = true; services.openssh.enable = true;
c3d2.hq.statistics.enable = true; c3d2.hq.statistics.enable = true;

View File

@ -79,14 +79,8 @@
firewall.enable = false; firewall.enable = false;
}; };
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git
libraspberrypi libraspberrypi
vim
wget
mpv mpv
youtube-dl youtube-dl
ncpamixer ncpamixer

View File

@ -33,10 +33,6 @@
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget
vim
git
tmux
screen screen
chromium chromium
firefox firefox

View File

@ -51,19 +51,13 @@ in
firewall.enable = false; firewall.enable = false;
}; };
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git
htop
libraspberrypi libraspberrypi
mpd mpd
mpv mpv
ncmpcpp ncmpcpp
ncpamixer ncpamixer
pulseaudio # required for pactl pulseaudio # required for pactl
vim
wget
]; ];
programs.tmux.enable = true; programs.tmux.enable = true;

View File

@ -103,13 +103,8 @@
''; '';
}; };
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git
libraspberrypi libraspberrypi
vim
wget
dump1090_sdrplus dump1090_sdrplus
]; ];

View File

@ -46,19 +46,13 @@ in {
}; };
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget
vim
screen screen
zsh zsh
lftp lftp
lsof lsof
psmisc psmisc
gitAndTools.git-annex git-annex
gitAndTools.git
tmux
mpv mpv
iotop iotop

View File

@ -239,8 +239,12 @@ in {
permitRootLogin = "yes"; permitRootLogin = "yes";
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git vim curl
wget curl git
htop
tmux
vim
wget
]; ];
programs.ssh.knownHosts = with builtins; programs.ssh.knownHosts = with builtins;