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.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/Biz/Cloud/hardware.nix b/Biz/Cloud/hardware.nix
deleted file mode 100644
index 20eab30..0000000
--- a/Biz/Cloud/hardware.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ ... }:
-{
- boot.loader.grub.device = "/dev/vda";
- fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
- swapDevices = [
- { device = "/swapfile"; } # 4GB
- ];
-}