summaryrefslogtreecommitdiff
path: root/Hero/Prod.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Hero/Prod.nix')
-rw-r--r--Hero/Prod.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/Hero/Prod.nix b/Hero/Prod.nix
index 7da2f72..d7ab1fe 100644
--- a/Hero/Prod.nix
+++ b/Hero/Prod.nix
@@ -1,6 +1,5 @@
{ config, pkgs, lib, ... }:
{
- imports = [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ];
boot.loader.grub.device = "/dev/vda";
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
networking = {