From 0fad3ec3519fb79846806ebdcac7c3624f0661d3 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 31 Oct 2025 16:22:38 +0000 Subject: [PATCH] Add watchexec to all servers Really useful tool for continuously changing things. --- modules/system/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/base.nix b/modules/system/base.nix index 8da89ff..4b04775 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -16,6 +16,7 @@ pkgs.restic pkgs.sops pkgs.tig + pkgs.watchexec ]; i18n.defaultLocale = "en_US.UTF-8"; networking.useNetworkd = true;