about summary refs log tree commit diff
path: root/machines/labnet
diff options
context:
space:
mode:
Diffstat (limited to 'machines/labnet')
-rw-r--r--machines/labnet/website-vm.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/machines/labnet/website-vm.nix b/machines/labnet/website-vm.nix
deleted file mode 100644
index 604674d4..00000000
--- a/machines/labnet/website-vm.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-# stub for the openlab website VM, which isn’t a nixos,
-# but still needs some stuff built.
-{ pkgs, lib, config, ... }:
-
-{
-  environment.systemPackages = with pkgs; [
-    vuizvui.openlab.gitit
-  ];
-
-  # dummy values
-  fileSystems."/".label = "root";
-  boot.loader.grub.device = "nodev";
-}