From c790672cc244ac4caba1bda3572829a6c6862891 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 27 Oct 2019 09:48:52 -0700 Subject: move everything to namespace directories --- 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