From d2695ed6b807d0babe34ccf7fdf1afabe7619367 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 14 May 2023 06:10:28 -0400 Subject: [PATCH] sops: formatting --- modules/sops.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/sops.nix b/modules/sops.nix index 31318d2..45c63d5 100644 --- a/modules/sops.nix +++ b/modules/sops.nix @@ -1,7 +1,4 @@ -{ - config, - ... -}: { +{config, ...}: { sops = { defaultSopsFile = ../secrets/secrets.yaml; age.keyFile = "/home/notoh/.config/sops/age/keys.txt";