mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat: replace impermanence with preservation (#198)
* feat: replace impermanence with preservation * fix: This module cannot be used with scripted initrd. * fix: permission for /var/lib/private * chore: boot.initrd.systemd.enable * docs: boot.initrd.luks.devices.<name>.fallbackToPassword is implied by systemd stage 1 * fix: typo
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# TODO: migrate from impermanence to preservation.
|
||||
# Currently initrd do not support read password from devices:
|
||||
# boot.initrd.luks.devices.<name>.fallbackToPassword is implied by systemd stage 1.
|
||||
#
|
||||
# https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/boot/luksroot.nix
|
||||
imports = [
|
||||
impermanence.nixosModules.impermanence
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user