diff options
author | Karel Kočí <cynerd@email.cz> | 2023-03-23 12:29:28 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-03-23 12:29:28 +0100 |
commit | 28f1ed4a6a1cbf9b32904a010310e3da0f29b81b (patch) | |
tree | 173c0154bdef81449d910811ac354e8eed57be20 /nixos/machine | |
parent | a6ad2ec33705aae0a9fc99ffdd300ae5f68e2c6e (diff) | |
download | nixos-personal-28f1ed4a6a1cbf9b32904a010310e3da0f29b81b.tar.gz nixos-personal-28f1ed4a6a1cbf9b32904a010310e3da0f29b81b.tar.bz2 nixos-personal-28f1ed4a6a1cbf9b32904a010310e3da0f29b81b.zip |
nixos/monitoring: fix invalid function and measure speed on dean
Diffstat (limited to 'nixos/machine')
-rw-r--r-- | nixos/machine/dean.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/machine/dean.nix b/nixos/machine/dean.nix index 8fca4bf..4d35a9d 100644 --- a/nixos/machine/dean.nix +++ b/nixos/machine/dean.nix @@ -10,6 +10,7 @@ with lib; { openvpn = { oldpersonal = true; }; + monitoring.speedtest = true; }; networking = { |