summaryrefslogtreecommitdiff
path: root/Com/Simatime/Serval/hardware.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-03 16:43:51 -0700
committerBen Sima <ben@bsima.me>2020-04-03 16:43:51 -0700
commit0d37af4eba374c41a9ad3fa8d2f2251ddb6b58c5 (patch)
tree2fe862376d983f1b5470a2181defe0142c1b4560 /Com/Simatime/Serval/hardware.nix
parentc472472df38e0dcb4abe5745d8fdec48d7e4590b (diff)
Rename Serval to Prod
Diffstat (limited to 'Com/Simatime/Serval/hardware.nix')
-rwxr-xr-xCom/Simatime/Serval/hardware.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/Com/Simatime/Serval/hardware.nix b/Com/Simatime/Serval/hardware.nix
deleted file mode 100755
index 8c88cb7..0000000
--- a/Com/Simatime/Serval/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"; };
-}