diff options
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Cloud/hardware.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Biz/Cloud/hardware.nix b/Biz/Cloud/hardware.nix index 458fd49..20eab30 100644 --- a/Biz/Cloud/hardware.nix +++ b/Biz/Cloud/hardware.nix @@ -1,6 +1,5 @@ { ... }: { - imports = [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ]; boot.loader.grub.device = "/dev/vda"; fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; }; swapDevices = [ |