From c2a556abd8c7d39fbbe333b514217b1e621048cb Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 14 Nov 2019 06:34:48 -0800 Subject: Re-namespace Serval under Com.Simatime I don't have runserval.com yet, so I'm not gonna put the cart before the horse --- Com/Simatime/Serval/hardware.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Com/Simatime/Serval/hardware.nix (limited to 'Com/Simatime/Serval/hardware.nix') diff --git a/Com/Simatime/Serval/hardware.nix b/Com/Simatime/Serval/hardware.nix new file mode 100644 index 0000000..8c88cb7 --- /dev/null +++ b/Com/Simatime/Serval/hardware.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + imports = [ ]; + boot.loader.grub.device = "/dev/vda"; + fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; }; +} -- cgit v1.2.3