From 12cda91cf3a6cb3c08216e64f878e580530093ac Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 5 Jun 2018 18:15:29 +0200 Subject: machines/labnet: remove labtop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The machine’s mainboard broke, so it’s gone. --- machines/default.nix | 1 - machines/labnet/labtops.nix | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 machines/labnet/labtops.nix diff --git a/machines/default.nix b/machines/default.nix index 2d12faa0..a9168d84 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -18,7 +18,6 @@ with import ../lib; titan = callMachine devhell/titan.nix {}; }; labnet.labtops = { - inherit (callNetwork ./labnet/labtops.nix {}) labtop; hannswurscht = callMachine ./labnet/hannswurscht.nix {}; }; profpatsch = { diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix deleted file mode 100644 index 190fd53b..00000000 --- a/machines/labnet/labtops.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ - labtop = { - vuizvui.user.openlab.labtops.enable = true; - boot.kernelModules = [ "kvm-intel" ]; - boot.initrd.availableKernelModules = [ - "uhci_hcd" "ehci_pci" "ata_piix" "firewire_ohci" "usb_storage" - ]; - - vuizvui.hardware.thinkpad.enable = true; - - hardware.trackpoint.enable = false; - - networking.enableIntel3945ABGFirmware = true; - - }; - -} -- cgit 1.4.1