about summary refs log tree commit diff
path: root/machines/labnet/website-vm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/labnet/website-vm.nix')
-rw-r--r--machines/labnet/website-vm.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/labnet/website-vm.nix b/machines/labnet/website-vm.nix
new file mode 100644
index 00000000..ceb72094
--- /dev/null
+++ b/machines/labnet/website-vm.nix
@@ -0,0 +1,9 @@
+# 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
+  ];
+}