From 162696bebe125a43aaaf6a249aea16fab6925762 Mon Sep 17 00:00:00 2001 From: jdonszelmann Date: Mon, 1 Jan 2024 16:27:20 +0100 Subject: [PATCH] remove comment --- modules/sops/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/sops/default.nix b/modules/sops/default.nix index 539a9dfd..f40cd5b7 100644 --- a/modules/sops/default.nix +++ b/modules/sops/default.nix @@ -119,7 +119,6 @@ let name = "manifest${suffix}.json"; text = builtins.toJSON ({ secrets = builtins.attrValues secrets; - # Does this need to be configurable? secretsMountPoint = cfg.secretsMountPoint; symlinkPath = cfg.symlinkPath; keepGenerations = cfg.keepGenerations;