Skip to content

Commit

Permalink
Merge pull request #168 from flyingcircusio/167_nixosmodul_context_se…
Browse files Browse the repository at this point in the history
…nsible_data

nixos.NixOSModule: Mark generated context file as sensitive data
  • Loading branch information
zagy authored Nov 15, 2024
2 parents 96a7910 + 6a663fb commit 4d069ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- nixos.NixOSModule: Mark generated context file as sensitive (Fixes #167)
1 change: 1 addition & 0 deletions src/batou_ext/nixos.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def configure(self):
f"{self.prefix}_generated_context.nix",
content=context,
format_nix_code=True,
sensitive_data=True,
)


Expand Down

0 comments on commit 4d069ff

Please sign in to comment.