From f75eaf7fff963b88e412d315d0fdef8151943c20 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 23 Feb 2019 19:46:09 -0800 Subject: Reorganize directory --- depo/nutin-madaj/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 depo/nutin-madaj/hardware-configuration.nix (limited to 'depo/nutin-madaj/hardware-configuration.nix') diff --git a/depo/nutin-madaj/hardware-configuration.nix b/depo/nutin-madaj/hardware-configuration.nix new file mode 100644 index 0000000..8c88cb7 --- /dev/null +++ b/depo/nutin-madaj/hardware-configuration.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + imports = [ ]; + boot.loader.grub.device = "/dev/vda"; + fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; }; +} -- cgit v1.2.3