Skip to content

Commit

Permalink
nixos.NixOSModule: Mark generated context file as sensitive data
Browse files Browse the repository at this point in the history
Fixes #167
  • Loading branch information
frlan committed May 2, 2024
1 parent c1f7179 commit 6a663fb
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 6a663fb

Please sign in to comment.