From 7f30f1c9d8b6b885081ad81e3fa3c6849b3f3548 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 27 Sep 2023 12:49:16 +0200 Subject: test kubernetes deployment --- machines/nixos-test/hardware-configuration.nix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 machines/nixos-test/hardware-configuration.nix (limited to 'machines/nixos-test/hardware-configuration.nix') diff --git a/machines/nixos-test/hardware-configuration.nix b/machines/nixos-test/hardware-configuration.nix deleted file mode 100644 index 850f51f..0000000 --- a/machines/nixos-test/hardware-configuration.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ modulesPath, ... }: -{ - imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; - boot.loader.grub.device = "/dev/sda"; - boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ]; - boot.initrd.kernelModules = [ "nvme" ]; - fileSystems."/" = { device = "/dev/sda2"; fsType = "ext4"; }; - -} -- cgit v1.2.3