diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-06 08:42:36 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-06 08:42:36 -0800 |
| commit | 6a73da98e5c0899c3f04b6ce3c22b120b44be265 (patch) | |
| tree | e2fe6ee15c6adca9211fcf44fe6a94ff86ac1e9c /content/blog/nix-raid-systemd-boot.md | |
| parent | basic setup for tags (diff) | |
| download | fcuny.net-6a73da98e5c0899c3f04b6ce3c22b120b44be265.tar.gz | |
add taxonomy to all entities
Diffstat (limited to 'content/blog/nix-raid-systemd-boot.md')
| -rw-r--r-- | content/blog/nix-raid-systemd-boot.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/content/blog/nix-raid-systemd-boot.md b/content/blog/nix-raid-systemd-boot.md index cd020f2..de68695 100644 --- a/content/blog/nix-raid-systemd-boot.md +++ b/content/blog/nix-raid-systemd-boot.md @@ -1,7 +1,9 @@ ---- -title: Workaround md raid boot issue in NixOS 22.11 -date: 2023-01-10 ---- ++++ +title = "Workaround md raid boot issue in NixOS 22.11" +date = 2023-01-10 +[taxonomies] +tags = ["nix"] ++++ For about a year now I've been running [NixOS](https://nixos.org/ "NixOS") on my personal machines. Yesterday I decided to go ahead and upgrade my NAS from NixOS 22.05 to [22.11](https://nixos.org/blog/announcements.html#nixos-22.11). On that machine, all the disks are encrypted, and there are two RAID0 devices. To unlock the drives, I log into the [SSH daemon running in `initrd`](https://nixos.wiki/wiki/Remote_LUKS_Unlocking), where I can type my passphrase. This time however, instead of a prompt to unlock the disk, I see the following message: |
