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";