From 25f3b2da0a644965d594487d2bc0f886c65699a2 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 2 Nov 2023 03:21:57 +0100 Subject: [PATCH] cluster/services/storage: fix config for heresy --- cluster/services/storage/heresy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/services/storage/heresy.nix b/cluster/services/storage/heresy.nix index a0b5158..ace3343 100644 --- a/cluster/services/storage/heresy.nix +++ b/cluster/services/storage/heresy.nix @@ -9,7 +9,7 @@ mountpoint = "/srv/heresy"; unitName = "heresy"; unitDescription = "Heresy Filesystem"; - encryptionKeyFile = ./secrets/heresy-encryption-key.age; + authFile = ./secrets/heresy-encryption-key.age; underlay = "heresy"; }; };