Revert "add hardware-configuration.nix for testing purposes"

This reverts commit 659ca147fd.
pull/55/head
Alexander Tomokhov 2023-11-06 11:24:38 +04:00
parent 57412e328d
commit 4afa777e7c
1 changed files with 0 additions and 7 deletions

View File

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