diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-24 14:44:27 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-24 14:44:27 +0200 |
commit | f2ed99cd297040568170fb93e7481919060f29e7 (patch) | |
tree | a983e405f4a347519c7e31d6f5b17940d163489c /modules/by-name/bo/boot | |
parent | feat(modules/nix): Switch to `lix` (diff) | |
download | nixos-config-f2ed99cd297040568170fb93e7481919060f29e7.tar.gz nixos-config-f2ed99cd297040568170fb93e7481919060f29e7.zip |
refactor(modules/impermanence): Move all optional dirs to their modules
This increases the locality of configurations and makes it easier to see, what happens, when you enable a module.
Diffstat (limited to 'modules/by-name/bo/boot')
-rw-r--r-- | modules/by-name/bo/boot/module.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/by-name/bo/boot/module.nix b/modules/by-name/bo/boot/module.nix index 711e9d23..8b71ce65 100644 --- a/modules/by-name/bo/boot/module.nix +++ b/modules/by-name/bo/boot/module.nix @@ -67,6 +67,12 @@ in { # copyExtraFilesForBoot = copyExtraFiles; # }; + # This should only be necessary for `lanzaboote`, but that is the current default in + # this module. + soispha.impermanence.directories = [ + "/etc/secureboot" + ]; + boot = { initrd = { kernelModules = ["nvme" "btrfs"]; |