From bdc8b1dde6c302a9a407d43968e149ee5a75ed19 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 5 Jul 2023 13:33:40 +0900 Subject: [PATCH] test --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 28985cc7..c3a059d9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -25,6 +25,8 @@ ./services/fail2ban.nix ]; + # Define the default sops file: + sops.defaultSopsFile = "./secrets/secrets.yaml"; # Keep the system up-to-date automatically system = {