aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-04-17 09:32:00 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-04-17 09:32:00 -0700
commiteae6064561289b168cd3c5e99e76540a37564017 (patch)
tree84772bc70a47f00acb02c1d22625a4545e27f75e /hosts
parentf24c99322f34af9316e14bb64936da0f605a310a (diff)
downloadnix-eae6064561289b168cd3c5e99e76540a37564017.tar
nix-eae6064561289b168cd3c5e99e76540a37564017.tar.gz
nix-eae6064561289b168cd3c5e99e76540a37564017.tar.bz2
nix-eae6064561289b168cd3c5e99e76540a37564017.tar.lz
nix-eae6064561289b168cd3c5e99e76540a37564017.tar.xz
nix-eae6064561289b168cd3c5e99e76540a37564017.tar.zst
nix-eae6064561289b168cd3c5e99e76540a37564017.zip
Add speedtest-go @darkstar
Diffstat (limited to 'hosts')
-rw-r--r--hosts/darkstar/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/hosts/darkstar/default.nix b/hosts/darkstar/default.nix
index 910e077..4bb6c91 100644
--- a/hosts/darkstar/default.nix
+++ b/hosts/darkstar/default.nix
@@ -22,10 +22,9 @@
zfs.package = pkgs.master.zfs;
};
- #environment.systemPackages = with pkgs; [
- # wpa_supplicant
- # somethingelse
- #];
+ environment.systemPackages = with pkgs; [
+ speedtest-go
+ ];
imports = [
./disks.nix