mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-24 05:59:02 +00:00
Enable secure-boot on voyager
This commit is contained in:
parent
eefda2047d
commit
b75946fde4
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@
|
|||
devices."/dev/disk/by-label/NIXOS-FS".subvolumes = [ "root" ];
|
||||
};
|
||||
};
|
||||
|
||||
boot = {
|
||||
secure-boot.enable = true;
|
||||
#tmpOnTmpfs = true;
|
||||
};
|
||||
};
|
||||
|
||||
device = {
|
||||
|
|
Loading…
Add table
Reference in a new issue