flake/nixos/hardware/lenovo/legion/81fw/Aristotle/default.nix

12 lines
298 B
Nix
Raw Normal View History

2023-11-17 05:38:25 +00:00
{...}: {
imports = [
../default.nix
../../../../../flake-modules/lanzaboote.nix
../../../../../flake-modules/impermanence.nix
../../../../../flake-modules/disko.nix
2023-11-17 05:38:25 +00:00
];
_module.args.disks = ["/dev/nvme0n1"]; # Disko
boot.initrd.systemd.enable = true; # LUKS TPM unlocking
}