From 9d114cfc773171b0a95bd4d2c39f1bb0eb783c8d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 2 Nov 2019 15:33:13 -0700 Subject: rename everything back to caps to appease ghc --- Com/Simatime/hardware.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Com/Simatime/hardware.nix (limited to 'Com/Simatime/hardware.nix') diff --git a/Com/Simatime/hardware.nix b/Com/Simatime/hardware.nix new file mode 100644 index 0000000..8c88cb7 --- /dev/null +++ b/Com/Simatime/hardware.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + imports = [ ]; + boot.loader.grub.device = "/dev/vda"; + fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; }; +} -- cgit v1.2.3