try systemd-boot

This commit is contained in:
Tasia Iso 2024-10-03 11:47:42 +02:00
parent d5d058d235
commit c81805e283
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View file

@ -45,11 +45,11 @@
{ ... }: { { ... }: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../../common/base.nix
]; ];
boot.loader.grub.device = "/dev/sda"; # boot.loader.grub.device = "/dev/sda";
boot.tmp.cleanOnBoot = true; boot.tmp.cleanOnBoot = true;
zramSwap.enable = true; zramSwap.enable = true;