diff --git a/flake.nix b/flake.nix index 87b7fef..31e2937 100644 --- a/flake.nix +++ b/flake.nix @@ -149,7 +149,7 @@ ./modules/auto-update ./overlays nixos-hardware.nixosModules.common-cpu-intel - nixos-hardware.nixosModules.common-gpu-nvidia + #nixos-hardware.nixosModules.common-gpu-nvidia nixos-hardware.nixosModules.common-pc-laptop nixos-hardware.nixosModules.common-pc-laptop-hdd nur.nixosModules.nur diff --git a/systems/tuny/default.nix b/systems/tuny/default.nix index 89cc6fa..14bb52b 100644 --- a/systems/tuny/default.nix +++ b/systems/tuny/default.nix @@ -6,6 +6,7 @@ ]; networking.hostName = "tuny"; + boot.loader.grub.device = "/dev/sda"; programs = { git = {