From 67ddf074edec7631067c5f634c3e56e0848cd11f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 30 Jan 2019 17:20:43 -0800 Subject: Build production machine locally --- hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hardware-configuration.nix (limited to 'hardware-configuration.nix') diff --git a/hardware-configuration.nix b/hardware-configuration.nix new file mode 100644 index 0000000..8c88cb7 --- /dev/null +++ b/hardware-configuration.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + imports = [ ]; + boot.loader.grub.device = "/dev/vda"; + fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; }; +} -- cgit v1.2.3