about summary refs log tree commit diff
path: root/tests/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-12-24 09:45:34 +0100
committeraszlig <aszlig@nix.build>2018-12-24 09:54:29 +0100
commit77639725c66d44616396872c08187e568fbc3622 (patch)
tree1e97a009b5db8c9032f85c20c0842cc224f32a32 /tests/default.nix
parent689ddbcf9a0a000db47033bd76c36185e66ce2b7 (diff)
machines/dnyarri: Enable bcache kernel module
Since I got a new SSD for the machine (thanks @cvdnext), I also had the
opportunity to re-create my LUKS containers to LUKS2 with Argon2 key
derivation alongside creating bcache backing devices.

The change in order to support bcache is just a matter of adding
"bcache" to availableKernelModules and we're done.

However, as the storage configuration is not a very common one, I
decided to add a test specific to that to make sure future NixOS updates
won't prevent the machine from booting.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'tests/default.nix')
-rw-r--r--tests/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/default.nix b/tests/default.nix
index 44167e07..5e9355e0 100644
--- a/tests/default.nix
+++ b/tests/default.nix
@@ -9,6 +9,7 @@ let
   };
 
 in {
+  aszlig.dnyarri.luks2-bcache = callTest ./aszlig/dnyarri/luks2-bcache.nix;
   games = {
     starbound = callTest ./games/starbound.nix;
   };