From 4cb2f6678035d56655dec7d7d4e377bbb213638d Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 29 Oct 2024 18:51:28 +0100 Subject: [PATCH] try to fix md device --- mini/hardware-configuration.nix | 3 ++- mini/install.txt | 2 +- neko/install.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mini/hardware-configuration.nix b/mini/hardware-configuration.nix index 8e5e92f..a5de48c 100644 --- a/mini/hardware-configuration.nix +++ b/mini/hardware-configuration.nix @@ -24,7 +24,8 @@ neededForBoot = true; }; - # encrypted system + # encrypted system - on a md device + boot.swraid.enable = true; boot.initrd.luks.devices."crypt-system" = { device = "/dev/disk/by-uuid/a1d1ef39-74ea-4a6c-bc47-8ae90e002126"; allowDiscards = true; diff --git a/mini/install.txt b/mini/install.txt index 111b500..83dcb8d 100644 --- a/mini/install.txt +++ b/mini/install.txt @@ -132,7 +132,7 @@ sync # shutdown once -shutdown -h now +shutdown now # sync all /data after the install diff --git a/neko/install.txt b/neko/install.txt index fae3b94..9281c98 100644 --- a/neko/install.txt +++ b/neko/install.txt @@ -133,7 +133,7 @@ sync # shutdown once -shutdown -h now +shutdown now # sync all /data after the install