From 8db6e53f517119b6900822db7c44b5cb2cef536b Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sat, 9 Dec 2023 11:26:08 +0100 Subject: [PATCH] install inotify for testing --- hosts/fw.cloonar.com/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fw.cloonar.com/configuration.nix b/hosts/fw.cloonar.com/configuration.nix index 905a2a2..a6dfea4 100644 --- a/hosts/fw.cloonar.com/configuration.nix +++ b/hosts/fw.cloonar.com/configuration.nix @@ -67,6 +67,7 @@ htop # to see the system load tcpdump # view network traffic vim # my preferred editor + inotify-tools ]; nix.gc = {