From 2c52374244e66227b128390b533d4a2fe880216f Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 8 Sep 2023 14:41:01 +0200 Subject: [PATCH] Some fixes --- flake.nix | 2 +- systems/tuny/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 = {