From 80380c4ee3a71a03c72c63f1c0d7ca91a6a8d497 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 21 Jul 2025 20:16:30 +0000 Subject: [PATCH] Add sops to all servers Because then I can edit files in-place. --- modules/system/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/base.nix b/modules/system/base.nix index f4349d1..dbee641 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -6,6 +6,7 @@ pkgs.curl pkgs.htop pkgs.git + pkgs.sops pkgs.tig ]; i18n.defaultLocale = "en_US.UTF-8";