mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +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" ];
|
devices."/dev/disk/by-label/NIXOS-FS".subvolumes = [ "root" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot = {
|
||||||
|
secure-boot.enable = true;
|
||||||
|
#tmpOnTmpfs = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
device = {
|
device = {
|
||||||
|
|
Loading…
Reference in a new issue