diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-02-11 21:57:59 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-02-11 21:57:59 +0100 |
commit | a17c00ee99142b7c04d25db33e25f441f65890ce (patch) | |
tree | d1c7a729e2b22e19384b35ac54d3819baab4f73c /machines/srv1/configuration.nix | |
parent | 84ec268e4d58ccd357cfef454868a7e366e03af9 (diff) | |
download | dots-a17c00ee99142b7c04d25db33e25f441f65890ce.tar.gz dots-a17c00ee99142b7c04d25db33e25f441f65890ce.zip |
Add sensors
Diffstat (limited to 'machines/srv1/configuration.nix')
-rw-r--r-- | machines/srv1/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/srv1/configuration.nix b/machines/srv1/configuration.nix index 1617de9..16111b3 100644 --- a/machines/srv1/configuration.nix +++ b/machines/srv1/configuration.nix @@ -54,7 +54,7 @@ in environment.systemPackages = with pkgs; [ curl wget htop git - nvim + nvim lm_sensors ]; services.openssh.enable = true; |