summaryrefslogtreecommitdiff
path: root/Com/Simatime/Prod/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Com/Simatime/Prod/hardware.nix')
-rwxr-xr-xCom/Simatime/Prod/hardware.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/Com/Simatime/Prod/hardware.nix b/Com/Simatime/Prod/hardware.nix
new file mode 100755
index 0000000..8c88cb7
--- /dev/null
+++ b/Com/Simatime/Prod/hardware.nix
@@ -0,0 +1,6 @@
+{ ... }:
+{
+ imports = [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ];
+ boot.loader.grub.device = "/dev/vda";
+ fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
+}