From 302fb4f4bc0213b231b9bf5b98093c60d3917313 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 28 May 2016 18:03:50 +0200 Subject: machines: Remove machine "website-vm" According to @Profpatsch the whole point of this dummy machine was that the patched gitit version should be built on Hydra. We don't need to have such workarounds, because we're already recursing through all packages in the Vuizvui namespace whether meta.platforms includes a system that we support on our Hydra. This has been done with a4d6395 so "website-vm" is obsolete now. Signed-off-by: aszlig --- machines/default.nix | 1 - machines/labnet/website-vm.nix | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 machines/labnet/website-vm.nix (limited to 'machines') diff --git a/machines/default.nix b/machines/default.nix index afaa9ec5..2e4c51cc 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -16,7 +16,6 @@ with import ../lib; labtops = callNetwork ./labnet/labtops.nix { vuizvui.user.openlab.labtops.enable = true; }; - website-vm = callMachine ./labnet/website-vm.nix {}; }; profpatsch = { katara = callMachine ./profpatsch/katara.nix {}; 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"; -} -- cgit 1.4.1