fstab changes

This commit is contained in:
Bryan Ramos 2024-11-21 21:20:53 -05:00
parent 07f4608853
commit fd5a75eebb
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 31 additions and 61 deletions

View file

@ -33,12 +33,16 @@
boot.loader = {
timeout = null;
grub = {
#grub = {
# enable = true;
# devices = [ "nodev" ];
# efiSupport = true;
# configurationLimit = 3;
# splashImage = null;
#};
systemd-boot = {
enable = true;
devices = [ "nodev" ];
efiSupport = true;
configurationLimit = 3;
splashImage = null;
};
efi = {