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;