summaryrefslogtreecommitdiff
path: root/Biz/Cloud/Hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Cloud/Hardware.nix')
-rw-r--r--Biz/Cloud/Hardware.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/Biz/Cloud/Hardware.nix b/Biz/Cloud/Hardware.nix
deleted file mode 100644
index 8fdbd4e..0000000
--- a/Biz/Cloud/Hardware.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ modulesPath, ... }: {
- imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
- boot.loader.grub.device = "/dev/vda";
- boot.initrd.kernelModules = [ "nvme" ];
- fileSystems."/" = {
- device = "/dev/vda1";
- fsType = "ext4";
- };
-}