partially revert ec5bed6

speedtest-cli is already installed by ../defaults.nix
This commit is contained in:
Astro 2021-06-01 19:28:42 +02:00
parent 0cf9122ce0
commit 9c485db8c3
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, modulesPath, pkgs, ... }: { config, lib, modulesPath, ... }:
{ {
imports = [ imports = [

View File

@ -52,10 +52,6 @@ in
''; '';
}) upstreamInterfaces; }) upstreamInterfaces;
environment.systemPackages = lib.optionals enabled [
pkgs.speedtest-cli
];
networking.nat = lib.optionalAttrs enabled { networking.nat = lib.optionalAttrs enabled {
enable = true; enable = true;
internalInterfaces = [ "core" ]; internalInterfaces = [ "core" ];