From b62722a8714a96485bb8bae375fa0c0de25fd6b1 Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Thu, 13 Jun 2024 18:18:44 -0700 Subject: [PATCH] fix boot --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 9a57c22..3f8f29a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,6 +58,7 @@ networking.interfaces."enp1s0".useDHCP = true; boot.tmp.cleanOnBoot = true; + boot.loader.grub.device = "/dev/sda"; zramSwap.enable = true; networking.hostName = "egirls"; networking.domain = "gay";