From 77639725c66d44616396872c08187e568fbc3622 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 24 Dec 2018 09:45:34 +0100 Subject: 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 --- tests/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/default.nix') 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; }; -- cgit 1.4.1