about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/aszlig/dnyarri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 82ec5df7..3b0c7508 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -49,7 +49,7 @@ in {
       luks.devices = lib.singleton vaultDevice
                   ++ lib.concatLists (lib.attrValues cryptDevices);
       postDeviceCommands = lib.mkAfter ''
-        cryptsetup luksClose ${lib.escapeShellArg vaultPath}
+        cryptsetup close ${lib.escapeShellArg vaultPath}
       '';
     };
   };