From 1286ddbc0adcae00cbc2ad83fb836657bbcc7788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 13 Jun 2022 20:36:41 +0200 Subject: [PATCH] Cleanup default packages --- hosts/rpi-netboot/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/rpi-netboot/default.nix b/hosts/rpi-netboot/default.nix index 80c0826b..f97e475c 100644 --- a/hosts/rpi-netboot/default.nix +++ b/hosts/rpi-netboot/default.nix @@ -29,7 +29,7 @@ }; networking = { - hostName = "rpi-netboot"; # Define your hostname. + hostName = "rpi-netboot"; useDHCP = false; interfaces.eth0.useDHCP = true; firewall.enable = false; @@ -61,8 +61,6 @@ libraspberrypi raspberrypi-eeprom iw - vim - wget libva-utils mpv vlc @@ -73,7 +71,6 @@ firefox pavucontrol glxinfo - minetest ]; programs.tmux.enable = true; @@ -85,7 +82,6 @@ wheelNeedsPassword = false; }; - # Select internationalisation properties. console = { font = "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; keyMap = "de";