1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: install speedtest-cli when on NM

This commit is contained in:
2021-09-18 09:15:14 +02:00
parent 70755b3cec
commit 04b40f15e2

View File

@@ -28,4 +28,6 @@ in
networking.networkmanager.dispatcherScripts = [
{ source = "${pkgs.nur.repos.makefu.prison-break}/bin/prison-break"; }
];
environment.systemPackages = [ pkgs.speedtest-cli ];
}