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";