about summary refs log tree commit diff
path: root/nixos/kanata/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/kanata/hardware-configuration.nix')
-rw-r--r--nixos/kanata/hardware-configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/kanata/hardware-configuration.nix b/nixos/kanata/hardware-configuration.nix
index ca125a0..262b0c6 100644
--- a/nixos/kanata/hardware-configuration.nix
+++ b/nixos/kanata/hardware-configuration.nix
@@ -38,6 +38,8 @@
       fsType = "zfs";
     };
 
+  # ZFS pool `smol` is decrypted using a sops key named `zfs-smol-key`.
+  # In an event of emergency, manual unlocking is possible by typing the passphrase.
   fileSystems."/smol/core" =
   { device = "smol/ds1/core";
     fsType = "zfs";