mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:49:42 +00:00
Enable secure-boot on voyager
This commit is contained in:
parent
eefda2047d
commit
b75946fde4
|
@ -99,6 +99,11 @@
|
|||
devices."/dev/disk/by-label/NIXOS-FS".subvolumes = [ "root" ];
|
||||
};
|
||||
};
|
||||
|
||||
boot = {
|
||||
secure-boot.enable = true;
|
||||
#tmpOnTmpfs = true;
|
||||
};
|
||||
};
|
||||
|
||||
device = {
|
||||
|
|
Loading…
Reference in a new issue