From b062f5d532744b3c611605be62150005b8cbd89d Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 25 Aug 2025 00:39:01 -0400 Subject: [PATCH] zfs: add comments about secrets --- zfs.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zfs.nix b/zfs.nix index 4787dbb..8dd552d 100644 --- a/zfs.nix +++ b/zfs.nix @@ -4,10 +4,13 @@ ... }: let + # DO NOT CHANGE + # path is set via a zfs property zfs-key = "/etc/zfs-key"; in { system.activationScripts = { + # TODO! replace with proper secrets management "zfs-key".text = '' #!/bin/sh rm -fr ${zfs-key} || true