about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/dnyarri.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index e4c5e937..82ec5df7 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -31,6 +31,10 @@ let
 in {
   vuizvui.user.aszlig.profiles.workstation.enable = true;
 
+  vuizvui.requiresTests = [
+    ["vuizvui" "aszlig" "dnyarri" "luks2-bcache"]
+  ];
+
   nix.maxJobs = 8;
 
   boot = {
@@ -41,6 +45,7 @@ in {
     kernelPackages = pkgs.linuxPackages_latest;
 
     initrd = {
+      availableKernelModules = [ "bcache" ];
       luks.devices = lib.singleton vaultDevice
                   ++ lib.concatLists (lib.attrValues cryptDevices);
       postDeviceCommands = lib.mkAfter ''