diff options
author | Ben Sima <ben@bsima.me> | 2019-11-14 06:34:48 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-14 06:34:48 -0800 |
commit | c2a556abd8c7d39fbbe333b514217b1e621048cb (patch) | |
tree | 8f45c5e2c49e6ac7e1a8cc8f2ca822c843726c90 /Com/RunServal/hardware.nix | |
parent | c835bc51ce83d12d4cb98c3961d4a3051af60bd5 (diff) |
Re-namespace Serval under Com.Simatime
I don't have runserval.com yet, so I'm not gonna put the cart before the horse
Diffstat (limited to 'Com/RunServal/hardware.nix')
-rw-r--r-- | Com/RunServal/hardware.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Com/RunServal/hardware.nix b/Com/RunServal/hardware.nix deleted file mode 100644 index 8c88cb7..0000000 --- a/Com/RunServal/hardware.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ ... }: -{ - imports = [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ]; - boot.loader.grub.device = "/dev/vda"; - fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; }; -} |