mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 07:20:43 +00:00
Add secure-boot
This commit is contained in:
parent
fa6f2b49db
commit
cb968bdc07
12 changed files with 459 additions and 1 deletions
|
@ -25,6 +25,7 @@ in
|
|||
./herugrim
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
] ++ shared;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
devices."/dev/disk/by-label/NIXROOT".subvolumes = [ "root" ];
|
||||
};
|
||||
};
|
||||
|
||||
secure-boot.enabled = true;
|
||||
};
|
||||
|
||||
device = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue