From c81805e2835e4dccb5b53601c4b79913bee81f87 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Thu, 3 Oct 2024 11:47:42 +0200 Subject: [PATCH] try systemd-boot --- hosts/vulpecula/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/vulpecula/configuration.nix b/hosts/vulpecula/configuration.nix index fdac8db..3d6731a 100644 --- a/hosts/vulpecula/configuration.nix +++ b/hosts/vulpecula/configuration.nix @@ -45,11 +45,11 @@ { ... }: { imports = [ ./hardware-configuration.nix - + ../../common/base.nix ]; - boot.loader.grub.device = "/dev/sda"; + # boot.loader.grub.device = "/dev/sda"; boot.tmp.cleanOnBoot = true; zramSwap.enable = true;