From 43dd9cda657e79e0ad79f398fc7643d222ba3ea5 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 5 Jul 2023 13:33:57 +0900 Subject: [PATCH] test --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index c3a059d9..db26ffee 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,7 +26,7 @@ ]; # Define the default sops file: - sops.defaultSopsFile = "./secrets/secrets.yaml"; + sops.defaultSopsFile = ./secrets/secrets.yaml; # Keep the system up-to-date automatically system = {