From 4afa777e7c80674ac640579d1bbdf3350490cfc7 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Mon, 6 Nov 2023 11:24:38 +0400 Subject: [PATCH] Revert "add hardware-configuration.nix for testing purposes" This reverts commit 659ca147fdf52865303793179ce1a1a30d355947. --- hardware-configuration.nix | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 hardware-configuration.nix diff --git a/hardware-configuration.nix b/hardware-configuration.nix deleted file mode 100644 index 7ac1c80..0000000 --- a/hardware-configuration.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ modulesPath, ... }: -{ - imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; - boot.loader.grub.device = "/dev/sda"; - boot.initrd.kernelModules = [ "nvme" ]; - fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; }; -}