From 91a2041fb43c408439f5b54fcfccfec8f402460d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 20 May 2016 16:37:05 +0200 Subject: machines/labnet: init website-vm --- machines/labnet/website-vm.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 machines/labnet/website-vm.nix (limited to 'machines/labnet') 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 + ]; +} -- cgit 1.4.1