about summary refs log tree commit diff
path: root/machines/labnet/gitit-stub.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/labnet/gitit-stub.nix')
-rw-r--r--machines/labnet/gitit-stub.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/machines/labnet/gitit-stub.nix b/machines/labnet/gitit-stub.nix
new file mode 100644
index 00000000..0e8f7a2d
--- /dev/null
+++ b/machines/labnet/gitit-stub.nix
@@ -0,0 +1,13 @@
+{ config, lib, pkgs, ... }:
+
+{
+
+  # TODO: create a true channel that only advances if these build.
+  environment.systemPackages = [
+    pkgs.vuizvui.openlab.gitit
+  ];
+
+  fileSystems."/".device = "/dev/null";
+  boot.loader.grub.device = "/dev/null";
+
+}